1.2.8 • Published 4 months ago

is-valid-us-zip v1.2.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Is Valid US ZIP

A "small" library for checking if a US 5 Digit ZIP code is real.

Install

npm install is-valid-us-zip

Usage

const isValidUSZip = require('is-valid-us-zip');

isValidUSZip("75000") // false

The function will return false for a value that is not a stirng. As you can't reference some zip codes as a number, due to the starting with a 0.

Building

Download a copy of the AREADIST_ZIP5.TXT file from USPS and pipe it into the tree builder script.

$ cat AREADIST_ZIP5.TXT | node build/make-tree.js

Data Source

1.2.8

4 months ago

1.2.7

8 months ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago