Vindsl (pronounced like the Fast and Furious star) is a tool for looking up information about cars.
Add this line to your application's Gemfile:
gem 'vindsl'And then execute:
$ bundle
Or install it yourself as:
$ gem install vindsl
v = Vindsl::VIN.new '1ZVBP8AM7C5280000'
v.country #=> 'United States'
v.manufacturer #=> 'Ford'- Fork it ( https://github.com/bkerley/vindsl/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Write some RSpecs
- Implement your feature
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request