Package Exports
- hubot-poco
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-poco) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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"]