/lyrics-API

https://lyrics-api-master.herokuapp.com/apis/

Primary LanguageJavaScript

lyrics-API

https://lyrics-api-master.herokuapp.com/apis/

Registration:

Sign Up or Login

For Usage

For Add API:

https://lyrics-api-master.herokuapp.com/add-api/

Update API:

https://lyrics-api-master.herokuapp.com/update-api/{id}/

For Example to add and update:

{
    "id": 4,
    "artist": "Test",
    "title": "title",
    "lyrics": "lyrics"
}

View Single API:

https://lyrics-api-master.herokuapp.com/api/{id}/

Search API:

https://lyrics-api-master.herokuapp.com/search-api/?search={query}