https://github.com/christiangalsterer/dashing-board
https://github.com/christiangalsterer/dashing-board
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christiangalsterer/dashing-board
- Owner: christiangalsterer
- Created: 2015-01-04T08:50:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T07:29:30.000Z (over 10 years ago)
- Last Synced: 2025-01-22T05:17:44.118Z (4 months ago)
- Language: JavaScript
- Size: 410 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
A simple [nodejs](http://nodejs.org) application creating an overview page of all available dashboards in a [Dashing](http://dashing.io/) project.# Installation
Clone the project with `git clone [email protected]:christiangalsterer/nodejs-dashing.git`# Configuration
Update the settings for `folder` and `url` in the [config/default.json](config/default.json) file to reflect your Dashing instance.# Start the application
In order to start the application run `node start`# License
The application is provided unter the Apache License, Version 2.0. You may obtain a copy of the License at (http://www.apache.org/licenses/LICENSE-2.0)