App that functions on Spotify's API to display song features per the Spotify data.
It was developed using react
with Client Side Rendering and express
for the back end.
- You must have access to the Spotify Developer dashboard.
- You must install NodeJS 10 (Version used for development)
- Define the
SPOTIFY_KEY
andSPOTIFY_SECRET_KEY
enviromental variables. You get these keys from Spotify Developer dashboard (Client ID and Client Secret).
SPOTIFY_KEY=exampleSpotifyKey
SPOTIFY_SECRET_SECRET=exampleSpotifySECRETKey
- Clone repository
git clone https://github.com/pavilesjose/miusik.git && cd miusik
- Install dependencies
npm i
- Run the app
npm run prod
For development workflow, the app uses nodemon
and react-hot-loader
with webpack-dev-server
for client side development.
Feel free to submit a pull request!