- Sponsor: nearForm
- Lead: Richard Rodger
Nodezoo.com micro-service handling npm data. 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-npm-update --seneca.log.all
This micro-service listens for the following messages:
- role:npm,cmd:registrySubscribe
- role:npm,cmd:registryUnsubscribe
- role:npm,cmd:registryDownload
This micro-service emits no outbound messages.
Any of the messages above can be run using curl in the following format in the command line
curl -d '{"role":"npm","cmd":"registrySubscribe"}' http://localhost:44005/act
Note: Ports are assigned automatically, please check the logs for the correct port to use.
The NodeZoo org encourages open and safe participation.
- Code of Conduct 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) 2015-2016, Richard Rodgers and other contributors. Licensed under MIT.