Fork me on GitHub

Crowd-Dashboard

Ever had to create a simple status dashboard to overview the up-status of your websites? Crowd-Dashboard offers a simple JS object to check Website statuses client-side. It avoids CORS using an Image object hack or alternatively requests the status via a JSONP API. To configure it you pass a simple JSON file containing all the informations about the endpoints the Object needs. By default it prints the results as a list.

Documentation

Crowd-Dashboard is well documented in the README file.

Example

Check out the minimalistic example under example/.

Installation

You can either download Crowd-Dashboard from GitHub or using Bower: bower install Crowd-Dashboard