zipfind
v1.0.44
Published
get yo zips here
Downloads
4
Readme
zipcoder
=========
A small library that returns city, state based on zip!!
Installation
npm install zipcoder
Usage
var zipcoder = require('zipcoder');
var myZipCode = zipcoder(35666);
Output should be
{
zip: 99202,
city: 'Spokane'.
state: 'WA'
}