Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```