zipfind

1.0.44 • Public • Published

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'
}

Readme

Keywords

none

Package Sidebar

Install

npm i zipfind

Weekly Downloads

0

Version

1.0.44

License

ISC

Last publish

Collaborators

  • devinroche