Provides a ruby interface for the Black Book's API. Read more about it here: http://www.blackbookauto.com
Add this line to your application's Gemfile:
gem 'black_book'
And then execute:
$ bundle
Or install it yourself as:
$ gem install black_book
To start, use a configuration block to set up your credentials:
BlackBook.configure do |config|
config.user_id = "xxxx"
config.password = "xxxx"
end
- Fork it
- 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 new Pull Request