- Lead: Richard Rodger
- Sponsor: nearForm
nodezoo.com micro-service handling module. Please see the main repo for more details.
- clone this repo into a root /nodezoo folder.
- run
npm install
To start simply run,
npm start
To tag your service and set up logs simply pass the relevant switches on start,
npm start -- --seneca.options.tag=nodezoo-info --seneca.log.all
- role:info,cmd:get - request module name and description
- role:info,res:part - respond with this information
Any of the messages above can be run using curl in the following format in the command line
- to check that
info_cache
has items:
curl http://localhost:44001/act -H "Content-Type: application/js -d '{"role":"info","cmd":"get","name":"underscore"}'
- to check the headers:
curl http://localhost:44001/act -H "Content-Type: application/json" -v -d '{"role":"info","cmd":"get","name":"underscore"}'
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.
Copyright (c) 2014 - 2016, Richard Rodger and other contributors. Licensed under MIT.