Switzerland postal codes Javascript module.
npm i switzerland-postal-codesor
bower install switzerland-postal-codesconst postalCodes = require('switzerland-postal-codes');
console.log(postalCodes['1260']); //=> 'Nyon'or use dist/postal-codes.json or dist/postal-codes-full.json in your HTML.
See the demo.
- Postal codes based on the official postal codes database from Swiss Post
- Geolocation based on the Geonames database licensed under a Creative Commons Attribution 3.0 License.
Contributions are always welcome.
See Contributing.
The MIT License (MIT)