Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrnxf/spotify-voice

Interactive Spotify environment using voice recognition
https://github.com/jrnxf/spotify-voice

react skrrrt spotify voice-recognition

Last synced: 23 days ago
JSON representation

Interactive Spotify environment using voice recognition

Awesome Lists containing this project

README

        

# 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)