Gem to connect to Blackbook Vehicle API service. Parses the data returned from API and stores in gem specific objects. Docs are here: https://developer.blackbookcloud.com/Documentation
Add this line to your application's Gemfile:
gem 'blackbook_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blackbook_api
To Install
$ rails g blackbook_api:install
Set ENV variables for Blackbook username and password so specs will run
ENV['BLACKBOOK_USERNAME']
ENV['BLACKBOOK_PASSWORD']
- 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