Coffee
Super simple arduino remote coffee controller
Installation
Install it yourself as:
$ gem install coffee
Usage
First you need to configure your coffee maker
coffee config http://url-to-your-coffee-maker.com/coffee/terminal
Now you can make coffee using coffee command
coffee on
If you want to stop coffee maker enter command
coffee off
To check if coffee maker status enter
coffee status
To set message on lcd on coffee maker type:
coffee message "Hello world"
Contributing
- Fork it ( http://github.com//coffee/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request