joshing-dev / Lyrical

A website to display useful Spotify information such as the user's favorite genre, top song, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyrical

Vue Project setup

Install dependencies

npm install

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

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Lyrical API server setup

Install dependencies and run nodemon process to automatically restart server on file change.

npm install
npm run start

SECRET_PHASE and CLIENT_SECRET environment variables will need to be stored in a .env file at the root of the directory.

About

A website to display useful Spotify information such as the user's favorite genre, top song, etc.

License:MIT License


Languages

Language:JavaScript 45.2%Language:Vue 35.1%Language:TypeScript 16.3%Language:HTML 3.3%