nodezoo-info
v6.0.2
Published
nodezoo.com micro-service handling module info.
Downloads
7
Readme
nodezoo-info
- Lead: Richard Rodger
- Sponsor: nearForm
nodezoo.com micro-service handling module. Please see the main repo for more details.
If you're using this microservice, and need help, you can:
- Post a github issue,
- Tweet to @nodezoo,
- Ask on the Gitter.
Running
This micro-service can be ran as part of the NodeZoo org system. Please follow the link below for details on obtaining and running the complete system.
Patterns Handled
role:info,cmd:get
Request module name and description
seneca.act('role:info, cmd:get', {name: 'seneca'})
role:info,res:part
Request update of the info cache
seneca.act('role:info, res:part', {name: 'seneca'})
Patterns Emitted
role:info,info:updated
Updates search with the newest data
seneca.act('role:info, info:updated', {data: data})
role:info,req:part
Request update of the info cache
seneca.act('role:info, req:part', {name: 'seneca'})
Contributing
The NodeZoo org encourages open and safe participation.
If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
License
Copyright (c) 2014 - 2016, Richard Rodger and other contributors. Licensed under MIT.