Skip to content

sesamecare/us-postal-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

us-postal-codes

Lookup city, state and geolocation by US postal codes. Includes infra for fetching the latest values.

import { USPostalCodes } from '@sesamecare-oss/us-postal-codes';

const zips = new USPostalCodes();
await zips.open();
const results = await zips.lookup('02446');

Uses geonames zip code data under Creative Commons license.

About

Lookup city, state and geolocation by US postal codes. Includes infra for fetching the latest values.

Resources

License

Stars

Watchers

Forks

Packages

No packages published