https://github.com/NTag/lyrics.ovh
Source of lyrics.ovh and API to search for lyrics of a song
https://github.com/NTag/lyrics.ovh
api find lyrics music search song
Last synced: 4 months ago
JSON representation
Source of lyrics.ovh and API to search for lyrics of a song
- Host: GitHub
- URL: https://github.com/NTag/lyrics.ovh
- Owner: NTag
- License: gpl-3.0
- Created: 2017-01-21T13:01:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T18:25:42.000Z (about 3 years ago)
- Last Synced: 2023-10-26T07:58:42.010Z (almost 2 years ago)
- Topics: api, find, lyrics, music, search, song
- Language: JavaScript
- Homepage: https://lyrics.ovh
- Size: 26.4 KB
- Stars: 183
- Watchers: 11
- Forks: 345
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lyrics.ovh: Only the lyrics
Source of the website https://lyrics.ovh which allows you to find the lyrics for a song quickly and without ads.
A Chrome Extension is also available, thanks to Varal7: https://github.com/Varal7/lyrics-chrome-extension.
## API documentation
An API is available to get the lyrics of a song.
The documentation is available on Apiary.io: http://docs.lyricsovh.apiary.io/.## How to start
```
npm install
node .
```Then, you must uncomment the line 6 of `frontend/search.js`.
Finally you can open your browser and access http://localhost:8081 to reach the frontend (while the API is available at http://localhost:8080).