Skip to content

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

License

Notifications You must be signed in to change notification settings

longstone/js-zipcode

Repository files navigation

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);

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published