Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codediodeio/juicesherpa

Build Juice Recipes with Realtime Nutrition Facts
https://github.com/codediodeio/juicesherpa

Last synced: 1 day ago
JSON representation

Build Juice Recipes with Realtime Nutrition Facts

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