portugal-provinces
v1.0.0
Published
Return province which matches with given postalCode
Downloads
4
Maintainers
Readme
portugal-provinces
Function that returns a province that matches the given postal code.
Install
With npm do:
npm install portugal-provinces
How to use
var portugalProvinces = require('provinces')
portugalProvinces('4620-594')
// => return Porto
Run test
npm install portugal-provinces
License
MIT