Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/honzahommer/vinfo
- Owner: honzahommer
- License: isc
- Created: 2017-07-23T01:45:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T04:39:18.000Z (about 7 years ago)
- Last Synced: 2024-08-11T09:53:02.991Z (3 months ago)
- Topics: javascript, nodejs, npm, npm-package, vds, vehicle-identification-number, vin, wmi
- Language: JavaScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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