Skip to content

ZTF666/GetMeTheLyrics

Repository files navigation

GMTL | Get Me The Lyrics

Is a webapp that consumes the api provided by Lyrics.ovh to fetch and display the lyrics of a given song . This was made using :

Axios

How does it work :

Song not found :

In case of a typo ,the message displayed is :

The song / artist does not exist or there is a typo somewhere ! please check

False positive :

I noticed that sometimes , the status of the request is 200 instead of 404  .
But the response.lyrics returned is empty !
The error is due to the song not being in the database (my educated guess).
So the message displayed would be :

Sorry but these lyrics aren't yet added in the database

Install

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Contact

you can contact me at ZTF666@protonmail.ch or via my portfolio

License

💎GMTL | Get Me The Lyrics💎 released under the MIT License.

Made with 💘 by a 👨‍💻 on a 💻 | 2020 | ZTF666 - N.EA

About

Is a webapp that consumes the api provided by Lyrics.ovh to fetch and display the lyrics of a given song . This was made using NuxtJs , Axios and Vuetify.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published