An open API service indexing awesome lists of open source software.

https://github.com/stephenlb/bridge

CSS3 Experimental Dashboard with built-in RED ALERT mode. It is a work-in-progress starting point for a Dashboard that notifies and alerts status of infrastructure. Offers status header string, animated status bars with percentage levels and also a RED ALERT mode.
https://github.com/stephenlb/bridge

Last synced: 11 months ago
JSON representation

CSS3 Experimental Dashboard with built-in RED ALERT mode. It is a work-in-progress starting point for a Dashboard that notifies and alerts status of infrastructure. Offers status header string, animated status bars with percentage levels and also a RED ALERT mode.

Awesome Lists containing this project

README

          

# Bridge Dashbaord CSS3 Experiment

Experimental Dashboard with built-in RED ALERT mode.
It is a work-in-progress starting point for a Dashboard that notifies
and alerts status of infrastructure.
Offers status header string,
animated status bars with percentage levels
and also a RED ALERT mode.

#### Set Status Message
```javascript
bridge.status.message('Status Update!')
```

#### Set Red Alert
```javascript
bridge.status.alert()
bridge.status.allclear()
```

![Real-time Bridge Dashboard CSS3 Experiment](http://pubnub.s3.amazonaws.com/2013/bridge-css3-dashboard-experiment.png "Real-time Bridge Dashboard CSS3 Experiment")