Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

thoughtworks/dashy

Repository files navigation

Build Status

Dashy

Dashboard that reports status of your integration points

Get started

Requirements:

Installation

$ npm install dashy -g

Running

$ dashy start

Report your request status

curl --data "request[name]=<NAME>&request[success]=<true|false>&request[meta][environment]=<dev|test|etc>" \
http://localhost:3000/api/requests/:app_id

Contributing

I. Clone

$ git clone git@github.com:thoughtworks/dashy.git

II. Install

$ make

III. Start the server

$ npm start