0.2.1 • Published 5 months ago

car-info v0.2.1

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

car-info

npm npm

Typescript Library for Car Make and Models 🚗

  • 🌎 Supports Web and Node.js
  • 🔒 Typescript type safety
  • 🚫 No dependencies

getMakes

Returns a list of makes (Toyota, Ford, Acura, ...)

import { getMakes } from 'car-info';

const makes = getMakes();

getModels

Returns a list of models for a given make. For the example below Tundra, Tacoma, ... will be returned

import { getModels } from 'car-info';

const models = getModels("Toyota");
0.2.1

5 months ago

0.2.0

5 months ago

0.1.8

10 months ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago