Skip to content

Simple gem that uses the Edmunds API to retrieve vehicle information via VIN

License

Notifications You must be signed in to change notification settings

dydx/edmunds_vin

Repository files navigation

EdmundsVin

Build Status

EdmundsVin is an API wrapper for the Edmunds API that returns a JSON document containing a given vehicles information.

Installation

Add this line to your application's Gemfile:

gem 'edmunds_vin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install edmunds_vin

Usage

  1. require 'edmunds_vin'
  2. decoder = Edmunds::Vin.new(<API KEY>)
  3. full_car_data = decoder.full(<17-DIGIT VIN>)
  4. basic_car_data = decoder.basic(<17-DIGIT VIN>)

NoteL response is a JSON document

Edmunds Developer API

For information about the Edmunds Developer API, visit http://developer.edmunds.com.

I am not affiliated with Edmunds, and I do not hold any responsibility for your developers agreement with them.

License

The gem is available as open source under the terms of the MIT License.

About

Simple gem that uses the Edmunds API to retrieve vehicle information via VIN

Resources

License

Stars

Watchers

Forks

Packages

No packages published