View your Spotify music history in realtime. Tutorial: https://pusher.com/tutorials/spotify-history-react-node
- Clone this repository and
cdinto it. - Execute
npm installto download dependencies. - See tutorial for notes on how to get the required keys from Pusher and Spotify.
- Open
client/src/App.jsandvariables.envand update them with your Pusher and Spotify credentials - Run
node server.jsto start the express server cdinto the client folder, runnpm installfollowed byyarn startto start the development server. View http://localhost:3000 in your browser.
- Node.js and npm
- React - For creating the application frontend
- Pusher Channels - Realtime features