2.0.0 • Published 3 years ago

city-and-state v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

city-and-state

A very comprehensive city and state API.

install

npm i --save city-and-state

usage

const CityState = require("city-and-state");
const cityState = new CityState();

cityState.getStates(); // get list of all states i.e. ['Alaska', ... ,'Wyoming']
cityState.getCitiesOfState("Indiana"); // get list of all cities in Indiana with timezones

license

isc/bsd

2.0.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago