A smart mirror based on JS with a Python back-end. It makes use of various apis like pusher, Houndify, Youtube_v3 , etc.....
- Pusher api keys:
a. head over to https://cloud.ibm.com/
-
clone this repository.
In your terminal:
git clone https://github.com/VH-Tech/Smart-Mirror.git
-
open the zip file houndify.zip
unzip houndify.zip
-
paste your api keys in
Smart-Mirror/keys.json
andSmart-Mirror/music/keys.json
respectively -
YOU ARE READY TO ROCK!!
import foobar
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.