Skip to content
/ miusik Public

App that functions on Spotify's API to display song features per the Spotify data.

License

Notifications You must be signed in to change notification settings

avilesj/miusik

Repository files navigation

miusik

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.

Installation requirements

  1. You must have access to the Spotify Developer dashboard.
  2. You must install NodeJS 10 (Version used for development)

Installation

  1. Define the SPOTIFY_KEY and SPOTIFY_SECRET_KEY enviromental variables. You get these keys from Spotify Developer dashboard (Client ID and Client Secret).
SPOTIFY_KEY=exampleSpotifyKey
SPOTIFY_SECRET_SECRET=exampleSpotifySECRETKey
  1. Clone repository
git clone https://github.com/pavilesjose/miusik.git && cd miusik
  1. Install dependencies
npm i
  1. Run the app
npm run prod

Development

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!

About

App that functions on Spotify's API to display song features per the Spotify data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published