-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.md
26 lines (19 loc) · 911 Bytes
/
readme.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# spotify-voice
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/coloradocolby/spotify-voice/blob/master/LICENSE)
Inspired by [spotify-play-with-voice](https://github.com/JMPerez/spotify-play-with-voice) from [JMPerez](https://github.com/JMPerez).
## Demo
https://cc-spotifyvoice.herokuapp.com
## Installation
[node.js](http://nodejs.org/download/) is required to get ``npm``.
If you would like to download the code and try it for yourself:
1. Clone the repo: `[email protected]:coloradocolby/spotify-voice.git`
2. `cd spotify-voice`
2. Install packages: `yarn`
3. Build project: `yarn watch-css`
4. Start server: `yarn start:server`
5. Launch project: `yarn start`
4. Open your browser at: `http://localhost:3000`
## Author
[Colby Thomas](http://www.coloradocolby.com)
## License
[MIT](https://github.com/coloradocolby/actor-lookup/blob/master/LICENSE)