quiet324 / nodezoo-info

nodezoo.com micro-service handling module info

Home Page:http://nodezoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodezoo

nodezoo-info

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:

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.

About

nodezoo.com micro-service handling module info

http://nodezoo.com

License:MIT License


Languages

Language:JavaScript 98.9%Language:Shell 1.1%