sabuein / lyrics.ovh

Source of lyrics.ovh and API to search for lyrics of a song

Home Page:https://lyrics.ovh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Source of lyrics.ovh and API to search for lyrics of a song

https://lyrics.ovh

License:GNU General Public License v3.0


Languages

Language:JavaScript 43.5%Language:HTML 25.3%Language:CSS 22.7%Language:API Blueprint 5.7%Language:Dockerfile 2.8%