Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davejlong/growbot-web
The web client for my Growbot
https://github.com/davejlong/growbot-web
Last synced: 6 days ago
JSON representation
The web client for my Growbot
- Host: GitHub
- URL: https://github.com/davejlong/growbot-web
- Owner: davejlong
- License: mit
- Created: 2014-05-02T20:46:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T22:24:22.000Z (over 10 years ago)
- Last Synced: 2024-10-18T03:11:29.954Z (29 days ago)
- Language: CSS
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Growbot::Web
Web app for my Growbot library.
## What is Growbot?
Growbot is a project I started to build a monitoring and management utility for
growing coffee (or anything). It uses an Arduino board with sensors, Raspberry
Pi and various open source technologies to track the environment for the coffee.## Installation
Add this line to your application's Gemfile:
gem 'growbot-web'
And then execute:
$ bundle
Or install it yourself as:
$ gem install growbot-web
## Usage
Just run `rackup` and open your browser to http://localhost:9292
## Contributing
1. Fork it ( https://github.com/davejlong/growbot-web/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request