README
Postcode Helper
A library to help you deal with postcodes around the world.
How it can help me?
Have you ever had to check if some postcode is correct or not? Or even have to discover what is the iso code from some country? This library is exactly to some those problems.
Installation
To use with node:
$ npm install postcode-helper
Then in the console:
const postcode = require('postcode-helper');
API
WIP