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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i js-zipcode

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • longstone