zip-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

ZipUtils: Easily Work With Large Amounts Of Zip Codes In Node.js

NPM version NPM downloads Language grade: JavaScript GitHub issues GitHub stars GitHub license

Motivation

ZipUtils aims to provide a simple abstraction layer on the complicated and I/O intensive processes of working with zip codes which are often contained in large dataset files.

Some of the prominent features are:

  • Memory & CPU Efficient
  • Asynchornous By Nature
  • Extremely Lightweight
  • Zero Dependencies
  • TypeScript Types Support

Installation

npm install zip-utils

Documentation

  • See > [Examples] for Creating and Loading large amounts of Zip Codes with ZipUtils.
  • See > [ZipDataset] for working with Datasets in ZipUtils.
  • See > [ZipCode] for working with the each Zip Code in ZipUtils.

Note! The example dataset was taken from GeoNames but you can compile any third party dataset into a ZipUtils optimized dataset for use in your applications.

License

MIT

Package Sidebar

Install

npm i zip-utils

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

22.7 kB

Total Files

10

Last publish

Collaborators

  • kartikk221