postcodewizard
v1.0.0
Published
Adresinvoer met een vleugje magie. Zoek een adres of vul je postcode en huisnummer in, PostcodeWizard vult de rest automagisch aan.
Downloads
5
Readme
postcodewizard-nodejs-client
Usage
The official API documentation PostcodeWizard API.
var PostcodeWizard = require('./postcodewizard.js');
var client = new PostcodeWizard('API_KEY_HERE');
client.lookup('7223LN', '1').then(result => {
/* API RESPONSE HERE */
});
client.autocomplete('Toverstraat 1, Baak').then(result => {
/* API RESPONSE HERE */
});
Testing
$ npm install
$ npm test
