Skip to content

Commit

Permalink
changed to template repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrchandran authored Jan 18, 2024
1 parent c0557fd commit 7ea8b5f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ A Rest API for fetching lyrics from Spotify which is powered by Musixmatch. Comm
> [!WARNING]
> This project is probably against Spotify TOS. Use at your own risks.
> [!NOTE]
> Changed this project into a template repository, deploy your own version. If you need help, don't hesitate to open an issue.
# Install using Composer
```
composer require akashrchandran/spotify-lyrics-api
Expand Down Expand Up @@ -58,12 +60,12 @@ __Available Parameters:__
__Using trackid__

```
https://spotify-lyric-api-984e7b4face0.herokuapp.com/?trackid=5f8eCNwTlr0RJopE9vQ6mB
http://localhost:8080/?trackid=5f8eCNwTlr0RJopE9vQ6mB
```
__Using url__

```
https://spotify-lyric-api-984e7b4face0.herokuapp.com/?url=https://open.spotify.com/track/5f8eCNwTlr0RJopE9vQ6mB?autoplay=true
http://localhost:8080/?url=https://open.spotify.com/track/5f8eCNwTlr0RJopE9vQ6mB?autoplay=true
```
response:

Expand All @@ -89,7 +91,7 @@ response:
```
__Changing format to lrc__
```
https://spotify-lyric-api-984e7b4face0.herokuapp.com/?trackid=5f8eCNwTlr0RJopE9vQ6mB&format=lrc
http://localhost:8080/?trackid=5f8eCNwTlr0RJopE9vQ6mB&format=lrc
```
response:

Expand Down

0 comments on commit 7ea8b5f

Please sign in to comment.