0.6.1 • Published 8 years ago

node-car-info v0.6.1

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

API for fetching new car specs

Install

npm i node-car-info

Quick example

const CarInfoApi = require('node-car-info');
const carInfoApi = new CarInfoApi();

carInfoApi.getByPath('/kia/cee\'d/cee\'d_sw/1.6 AT/Luxe').then(
    res => {
        console.log(res);
    }, err => console.log(err)
);
0.6.1

8 years ago

0.6.0

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.4.8

8 years ago

0.4.7

8 years ago

0.4.6

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago