zipsearch

1.0.1 • Public • Published

Install

npm install zipsearch

Include

const { findZip } = require('zipsearch');

Pass latitude and longitude to the findZip function

const location = findZip(33.748997, -84.387985);
// returns an object with a zip property and value
// location.zip === "30334"

Data

2019 Zip Code Tabulation Areas from census.gov

Package Sidebar

Install

npm i zipsearch

Weekly Downloads

6

Version

1.0.1

License

UNLICENSED

Unpacked Size

1.79 MB

Total Files

5

Last publish

Collaborators

  • huotchu