dashy
v0.0.23
Published
Dashboard that reports status of your integration points
Downloads
25
Readme
Dashy
Dashboard that reports status of your integration points
Get started
Requirements:
Installation
$ npm install dashy -gRunning
$ dashy startReport your request status
curl --data "request[name]=<NAME>&request[success]=<true|false>&request[meta][environment]=<dev|test|etc>" \
http://localhost:3000/api/requests/:app_idContributing
I. Clone $ git clone [email protected]:thoughtworks/dashy.git
II. Install $ make
III. Start the server $ npm start
