zip-codes-lookup

1.1.0 • Public • Published

zip-codes-lookup

A Node.js script to programmatically get details


Installation

To install the script globally you can use NPM:

npm install --global zip-codes-lookup

If you have the script already installed in your system, this command will update it to the latest available version.

After executing this command the script zip-codes-lookup will be globally available in your system. Give it a try with:

zip-codes-lookup -V

Programmatic usage

If you want to use the features of this module in a Node.js project:

const zip = require("zip-codes-lookup");

zip.getRecords(zip).then((data)=>{
  console.log("Zip data",data)
});

Readme

Keywords

none

Package Sidebar

Install

npm i zip-codes-lookup

Weekly Downloads

2

Version

1.1.0

License

none

Unpacked Size

8.26 MB

Total Files

15

Last publish

Collaborators

  • cairs-techadmin