This package has been deprecated

Author message:

WARNING: This package still works, but has been deprecated in favor of 'zipcode-data'.

zip-to-state

1.0.0 • Public • Published

#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.

Package Sidebar

Install

npm i zip-to-state

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • wbrickner