Return province which matches with given postalCode
npm install portugal-provincesFunction that returns a province that matches the given postal code.
With npm do:
```
npm install portugal-provinces
` js
var portugalProvinces = require('provinces')
portugalProvinces('4620-594')
// => return Porto
`
```
npm install portugal-provinces
MIT