This is a simple wrapper for the Brewery DB API
Add this line to your application's Gemfile:
gem 'beerdb_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install beerdb_api
To get up and running:
$ b = BeerDB
$ b.set_api_key(YOUR_API_KEY)
$ b.beer_info(BEER_TO_QUERY)
- Fork it ( https://github.com/[my-github-username]/BeerdbApi/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 a new Pull Request
The gem is available as open source under the terms of the MIT License.