Project

bouncie

0.0
No release in over 3 years
Low commit activity in last 3 years
An API wrapper for Bouncie
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 0
~> 13.0
~> 3.2
~> 0.85.1
~> 0.9.25

Runtime

 Project Readme

Bouncie

Installation

Add this line to your application's Gemfile:

gem 'bouncie'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bouncie

Usage

Instantiate a client by passing an options hash with at least your app's api_key and your user account's `authorization_code'.

client = Bouncie::Client.new(api_key: [MY_KEY], authorization_code: [MY_CODE])

vehicles = client.vehicles

trips = client.trips(imei: [MY_VEHICLE_IMEI])

API documentation is available at docs.bouncie.dev.

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/streetsmartslabs/bouncie.