zipsearch
v1.0.1
Published
Get any US Postal Code from a given Latitude Longitude combination
Downloads
3
Maintainers
Readme
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