Skip to content

TheProfs/reporting-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reporting-service

Node.js ReSTful API for all things reporting

Build Status

Installation

# Install dependencies
$ npm install

Start

This server sends messages to various Slack channels. Therefore you need to obtain a Slack API Token.

Obtain the token and then set it as an environmental variable:

# Set token
$ export SLACK_TOKEN="xoxp-xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxxxxx"
# Start server
$ npm start

Tests

Make sure the dev dependencies are installed and then:

$ npm test

Authors

Owners

License

The MIT License

Disclaimers

Project logo is from icons8.com

About

Node.js RESTful API for all things reporting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published