kodepos
v0.0.1
Published
A list of zipcodes in Indonesia
Downloads
28
Maintainers
Readme
Installation
$ npm install --save kodepos
Usage
const kodepos = require('kodepos');
// Get all cities
.all()
// Get city from zip
kodepos.get(10330);
//=> Cikini
// Search city + zip
kodepos.search('cempaka');
//=> { '10510': 'Cempaka Putih Timur', '10520': 'Cempaka Putih Barat' }
License
MIT © Wahyu Kristianto