Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptariche committed Sep 26, 2017
1 parent c67268a commit 7aec393
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Lookup a Vehicle in the United States
A Simple Node Module to Lookup a vehicle via a VIN number with the nhtsa.dot.gov API

[![npm version](https://img.shields.io/npm/v/lookup_vehicle.svg?style=flat-square)](https://www.npmjs.org/package/lookup_vehicle)

### Install

```
Using npm:
$ npm install lookup_vehicle
```

**functions**

- ***.lookup({String}, {AxiosConfig}) @return {promise}***
- ***.lookup_callback({String}, {Callback}) callback***
- ***.lookup({String}, {AxiosConfig}) @return {promise}*** *async function*
- ***.lookup_callback({String}, {Callback}) callback*** *function*


```js
let LookupVehicle = require('lookup_vehicle');
```

#### Traditional Promise Method

Expand Down

0 comments on commit 7aec393

Please sign in to comment.