norway-postal-codes
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

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

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']);
// FREDRIKSTAD

Dependents (2)

Package Sidebar

Install

npm i norway-postal-codes

Weekly Downloads

126

Version

4.1.0

License

MIT

Unpacked Size

95.2 kB

Total Files

6

Last publish

Collaborators

  • sindresorhus