Package Exports
- zip-utils
- zip-utils/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (zip-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ZipUtils: Easily Work With Large Amounts Of Zip Codes In Node.js
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.