https://github.com/codediodeio/juicesherpa
Build Juice Recipes with Realtime Nutrition Facts
https://github.com/codediodeio/juicesherpa
Last synced: 7 months ago
JSON representation
Build Juice Recipes with Realtime Nutrition Facts
- Host: GitHub
- URL: https://github.com/codediodeio/juicesherpa
- Owner: codediodeio
- License: gpl-2.0
- Created: 2015-01-29T20:00:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T18:58:17.000Z (about 11 years ago)
- Last Synced: 2024-10-19T07:03:40.464Z (over 1 year ago)
- Language: Ruby
- Size: 1.06 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JuiceSherpa
Juice Sherpa is a basic Rails that allows users to create juice recipes (yes, the juice you drink) and get live nutrition facts via the Nutritionix API.
## Live Demo
[JuiceSherpa](http://juicesherpa.com)
## Versions
- Ruby 2.2.0
- Rails 4.2
- PostgreSQL
- Heroku
## Installation
- `git clone`
- `bundle install`
- `rake db:migrate`
## Contributing
1. Fork it ( https://github.com/codediodeio/juicesherpa )
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