Difference between revisions of "API/Ruby"
Jump to navigation
Jump to search
(Created page with "Documentation of the Ruby bindings") |
|||
Line 1: | Line 1: | ||
Documentation of the Ruby bindings | Documentation of the Ruby bindings | ||
+ | |||
+ | == Source code == | ||
+ | * Ruby bindings - https://github.com/openfoodfacts/openfoodfacts-ruby - | ||
+ | |||
+ | == How to install == | ||
+ | gem install openfoodfacts | ||
+ | |||
+ | == How to use == |
Revision as of 16:28, 24 April 2016
Documentation of the Ruby bindings
Source code
- Ruby bindings - https://github.com/openfoodfacts/openfoodfacts-ruby -
How to install
gem install openfoodfacts