1.0.0 • Published 8 years ago

zip-to-state v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

#ZipToState Find the state any US zipcode belongs to.

Installation

$ npm install zip-to-state

Then to use ZipToState:

const ZipToState = require('zip-to-state');

Usage

var state = ZipToState["60201"];

or

var state = ZipToState[60201];

License

Do whatever you want with this. If this package saved you time, money, or effort, please consider adding somewhere Thanks to Will Brickner for ZipToState. I worked hard on it and gave it to you for free <3.