norway-postal-codes v4.1.0
Norway Postal Codes
Various UTF8 alternative formats to the default ansi tab-delimited postal code registry provided by bring.no.
Norwegian: Postnummerregisteret inneholder alle postnummer i Norge som brukes til adressering av post.
Downloads
- postal-codes-simple.json\ Object with postal code as key and city as value.\ Useful in forms to auto-complete city, see demo.
- postal-codes.json\ Object with postal code as key and the rest as value.
- postal-codes.csv
- postal-codes.tsv
Last updated 2022-10-18
Demo
See the demo for an example on how to auto-complete city from postal code.\ Which is a really good UX feature you should make use of.
Getting started
Even though all converted files are provided here, you might want to do it yourself.
You'll need Node.js, then cd into this folder and npm install.
Run npm run make to fetch and convert the latest registry, or you can supply a file path npm run make postnummerregister_ansi.txt to convert a local file (make sure it's the ANSI version).
You can also use it as a Node module. Just install it npm install norway-postal-codes and then require it in your code:
const postalCodes = require('norway-postal-codes');
console.log(postalCodes['1613']);
// FREDRIKSTAD3 years ago
3 years ago
4 years ago
4 years ago
6 years ago
6 years ago
7 years ago
8 years ago
9 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
13 years ago