Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/vocal-assistant-clementine
based on https://smalldata.tech/blog/2017/11/15/building-a-voice-assistant-to-control-music
https://github.com/guillaume-gomez/vocal-assistant-clementine
clementine es6 react
Last synced: 16 days ago
JSON representation
based on https://smalldata.tech/blog/2017/11/15/building-a-voice-assistant-to-control-music
- Host: GitHub
- URL: https://github.com/guillaume-gomez/vocal-assistant-clementine
- Owner: guillaume-gomez
- Created: 2017-11-21T12:55:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:31:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T04:16:48.364Z (29 days ago)
- Topics: clementine, es6, react
- Language: JavaScript
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vocal-assistant-clementine
**Clementine is mandatory to work properly**
![Preview](./screenshot.png)
## Install clementine (on ubuntu)
```
sudo apt-get update
sudo apt-get install clementine
```## Install Vocal Assistant
```
yarn install
yarn dev
yarn start
```