-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Home
daleroy1 edited this page Nov 20, 2014
·
8 revisions
##Welcome to the freeboard wiki!
Freeboard is a turn-key HTML-based "engine" for dashboards. Besides a nice looking layout engine, it provides a plugin architecture for creating datasources (which fetch data) and widgets (which display data)— freeboard then does all the work to connect the two together. Another feature of freeboard is its ability to run entirely in the browser as a single-page static web app without the need for a server. The feature makes it extremely attractive as a front-end for embedded devices which may have limited ability to serve complex and dynamic web pages.
###Installation/Usage
See the Readme file for detailed information on how to setup and use freeboard.
###Additional widgets
- Highcharts widget (work in progress) - https://github.com/hugocore/freeboard.io-plugins/tree/master/widgets
- Table widget - https://github.com/daleroy1/freeboard-table
- RAG Indicator widget - https://github.com/daleroy1/freeboard-widget-rag
###Additional datasource plugins
- node.js datasource plugin - https://github.com/hugocore/freeboard.io-plugins/blob/master/datasources/plugin_nodejs_sample/README.md