js-zipcode

1.0.0 • Public • Published

js-zipcode

Postleitzahlsuche für die Schweiz / zipcode lookup for swiss area (offline)

How to

const ZipLookup = require('js-zipcode');
const LookupService = new ZipLookup();
// the return value is always  an array
const result = LookupService.lookup(8000)[0]; 
assert.equal(result.zip, 8000);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.01

Package Sidebar

Install

npm i js-zipcode

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • longstone