1.0.0 • Published 3 years ago

zip-utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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