Skip to content

elchingon/blackbook_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackbookApi

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

Installation

Add this line to your application's Gemfile:

gem 'blackbook_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blackbook_api

Usage

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']

Contributing

  1. Fork it
  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 new Pull Request

Codeship Status for elchingon/blackbook_api

About

Api wrapper for Blackbook API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages