switzerland-postal-codes
v5.0.1
Published
Switzerland postal codes Javascript module
Downloads
11
Maintainers
Readme
switzerland-postal-codes
Switzerland postal codes Javascript module.
Install
npm i switzerland-postal-codes
or
bower install switzerland-postal-codes
Usage
const 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.
Demo
See the demo.
Data
- 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.
Contributing
Contributions are always welcome.
See Contributing.
Developer
License
The MIT License (MIT)