/lyrify

A Project built with Vue js where you search for lyrics of your favorite tracks

Primary LanguageVue

lyrify

This project fetches lyrics from Musixmatch and displays the result To the User

Project setup

npm install

Get Your Api Key From https://developer.musixmatch.com/

Rename The env.example file to ".env" and Enter the api key you got from musixmatch

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.