Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.03 KB

Smart-Mirror

A smart mirror based on JS with a Python back-end. It makes use of various apis like pusher, Houndify, Youtube_v3 , etc.....

Getting the api keys

  1. Pusher api keys:
    a. head over to https://cloud.ibm.com/

Installation

  1. clone this repository.
    In your terminal:
    git clone https://github.com/VH-Tech/Smart-Mirror.git

  2. open the zip file houndify.zip
    unzip houndify.zip

  3. paste your api keys in Smart-Mirror/keys.json and Smart-Mirror/music/keys.json respectively

  4. YOU ARE READY TO ROCK!!

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

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.

License

MIT