This project can be counted as deprecated! Musixmatch recently updated their lyrics API and have patched their lyrics, making this project now infeasible.
Get lyrics from Musixmatch and display them on a website.
- Install packages
npm i
- Run the dev server
npm run dev
- Try it out!
-
GET
/api/v1/searchSong
Returns a JSON list of songs based on the search query. Factors in artists and lyrics as well as song names.
Query parameters:
q
Your search querytoken
Your Musixmatch token which can be generated viagetToken
-
GET
/api/v1/getToken
Returns a token for use with the API in JSON format.
-
GET
/api/v1/getLyrics
Returns a set of line-by-line lyrics in JSON format.
Query parameters:
id
The track ID of the song, fetched viasearchSong
token
Your Musixmatch token which can be generated viagetToken
- Auto-scroll lyrics
- [ ] Soundcloud to play the songsSoundCloud APIs are currently closed - Less aggressive auto-scroll
- Fix auto-scroll bugs
- Add desktop support