zip-utils
v1.0.0
Published
A simple package to work with large amounts of zip codes from any country in the world.
Downloads
3
Maintainers
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.