hubot-poco
v1.0.0
Published
South African Postal Code lookup integration with Hubot
Downloads
3
Readme
hubot-poco
Hubot integration with South African postal code lookup service, Poco (http://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"]