No commit activity in last 3 years
No release in over 3 years
Find information about Danish vehicles
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 0
~> 10.0
~> 3.0
 Project Readme

Nummerplade

Simple Ruby wrapper over Nummerplade API

Find more information on http://www.nummerpladeapi.dk

Installation

gem install nummerplade-ruby

Usage

require 'nummerplade'

# Initialize a client
client = Nummerplade::ApiClient.new("API_KEY_HERE")

# Vehicle (param: registration number)
client.vehicle_by_registration "AA32000"

# Vehicle (param: vin)
client.vehicle_by_vin "ZFA19900001884628"

# DMR (param: vehicle id)
client.dmr "9000000000001463"

# Debt (param: vehicle id)
client.debt "9000000000001463"

# Inspections (param: vehicle id)
client.inspections "9000000000001463"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/radubogdan/nummerplade-ruby.

License

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