Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honzahommer/vinfo

Validate and decode VIN number.
https://github.com/honzahommer/vinfo

javascript nodejs npm npm-package vds vehicle-identification-number vin wmi

Last synced: 2 days ago
JSON representation

Validate and decode VIN number.

Awesome Lists containing this project

README

        

vinfo
====================

Validate and decode VIN number.

[![Latest Stable Version](https://img.shields.io/npm/v/vinfo.svg)](https://www.npmjs.com/package/vinfo)
[![License](https://img.shields.io/npm/l/vinfo.svg)](https://www.npmjs.com/package/vinfo)
[![Build Status](https://img.shields.io/travis/honzahommer/vinfo/master.svg)](https://travis-ci.org/honzahommer/vinfo)

[![Dependency Status](http://img.shields.io/gemnasium/honzahommer/vinfo.svg)](https://gemnasium.com/honzahommer/vinfo)
[![NPM Downloads](https://img.shields.io/npm/dm/vinfo.svg)](https://www.npmjs.com/package/vinfo)
[![Test Coverage](https://img.shields.io/codecov/c/github/honzahommer/vinfo/master.svg)](https://codecov.io/github/honzahommer/vinfo?branch=master)
[![API Documentation](https://doc.esdoc.org/github.com/honzahommer/vinfo/badge.svg)](https://doc.esdoc.org/github.com/honzahommer/vinfo/)
[![Code Climate](https://img.shields.io/codeclimate/github/honzahommer/vinfo.svg)](https://codeclimate.com/github/honzahommer/vinfo)

Installation
------------

npm install --save vinfo

Usage
-----

### ES5

var vinfo = require('vinfo').default;
console.log(vinfo(11111111111111111));

### ES2015+

import vinfo from 'vinfo';
console.log(vinfo(11111111111111111));

API
---

Simple API hosted by Heroku.

* http://vinfo.herokuapp.com/11111111111111111
* http://vinfo.herokuapp.com/11111111111111111/year