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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i zipfind

    Weekly Downloads

    10

    Version

    1.0.44

    License

    ISC

    Last publish

    Collaborators

    • devinroche