Skip to content

zenje/spotify-visual-app

Repository files navigation

spotify-visual-app

Live: [https://spotify-visual-app.herokuapp.com]

An experiment in visualizing Spotify listening trends for an individual user! Additionally fetches lyrics and info about artists. Still in progress :)

About

Setup

For development, create a .env file, using .env.dev.example for reference. These keys are necessary to connect to APIs. Note: It may be necessary to use port 8888 for express server and callback.

$ npm install

Running

There are three scripts - start, dev, and build.

To run the production bundle:

$ npm run build
$ npm start

To run in dev mode (with hot reloading, and un-minified source maps):

$ npm run dev

Open [http://localhost:3000] to view it in the browser.

About

visualize personal spotify stats, react-based app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published