zip_to_dma

1.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    3
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i zip_to_dma

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

4.97 MB

Total Files

10

Last publish

Collaborators

  • ryanbillings