A slack bot that publishes messages when npm packages are published.
The server.js script can be run from node.js, but requires three parameters
given by environment variables.
NPM_PACKAGES is a comma-delimited list of npm package names to report on.SLACK_CHANNEL is the destination channel to report to. (e.g., #foo)SLACK_WEBHOOK_URL is the slack-provided incoming webhook url. (create at
https://slack.com/services/new/incoming-webhook)START_TIME is a Date.parse()-able time for when to look for updated
packages. It defaults to the current time.For example:
NPM_PACKAGES=express,koa SLACK_CHANNEL='#general' SLACK_WEBHOOK_URL='...' node server.js
npm-slack is licensed under the MIT license. See LICENSE for the full license text.
Content type
Image
Digest
sha256:0295c2a07…
Size
21.3 MB
Last updated
over 7 years ago
docker pull nubs/npm-slack