Hubot integration with South African postal code lookup service, Poco
# hubot-poco
Hubot integration with South African postal code lookup service, Poco (
poco.co.za).
## Installation
Add the package `hubot-poco` as a dependency in your Hubot `package.json` file.
"dependencies": {
...
"hubot-poco": "1.0.x"
...
}
Run the following command to make sure the module is installed.
$ npm install hubot-poco
To enable the script, add the `hubot-poco` entry to the `external-scripts.json` file (you may need to create this file).
["hubot-poco"]