View your Spotify music history in realtime. Tutorial: https://pusher.com/tutorials/spotify-history-react-node
- Clone this repository and
cd
into it. - Execute
npm install
to download dependencies. - See tutorial for notes on how to get the required keys from Pusher and Spotify.
- Open
client/src/App.js
andvariables.env
and update them with your Pusher and Spotify credentials - Run
node server.js
to start the express server cd
into the client folder, runnpm install
followed byyarn start
to 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