1.0.2 • Published 5 years ago

zip_to_dma v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

zip_to_dma

A javascript library to convert US ZIP Codes to DMA codes.

Usage

const zipToDma = require('zip_to_dma');

console.log(zipToDma('15213')); // 508
console.log(zipToDma('22206')); // 511
console.log(zipToDma('01749')); // 543

Testing

yarn test

Linting

yarn lint

Building

yarn build

Installing

npm install zip_to_dma

Other links

Github npm

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago