Inspired by spotify-play-with-voice from JMPerez.
https://cc-spotifyvoice.herokuapp.com
node.js is required to get npm
.
If you would like to download the code and try it for yourself:
- Clone the repo:
[email protected]:coloradocolby/spotify-voice.git
cd spotify-voice
- Install packages:
yarn
- Build project:
yarn watch-css
- Start server:
yarn start:server
- Launch project:
yarn start
- Open your browser at:
http://localhost:3000