spring-slack
Slack notifications for network vitals on SpringServe AdServer via webhook

installation
install using node package manager
https://www.npmjs.com/package/spring-slack
$ npm install spring-slack
or clone repository
$ git clone https://github.com/waymobetta/spring-slack.git$ npm install$ update config.json with credentials
usage
*NOTE: Default UTC
Example: single usage
$ node slack.js
Example: cronjob to run every 5 minutes (displays requests, impressions, fill rate, revenue, profit, margin)
$ watch -n 300 node slack.js
resources
Slack API: https://api.slack.com
SpringServe API Docs: https://springserve.atlassian.net/wiki/pages/viewpage.action?pageId=12517384
license
MIT