https://github.com/valentinalexeev/simpledash-nw
Re-implementation of SimpleDash as Node-WebKit application
https://github.com/valentinalexeev/simpledash-nw
Last synced: 4 months ago
JSON representation
Re-implementation of SimpleDash as Node-WebKit application
- Host: GitHub
- URL: https://github.com/valentinalexeev/simpledash-nw
- Owner: valentinalexeev
- Created: 2013-11-23T17:16:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T15:41:56.000Z (almost 11 years ago)
- Last Synced: 2025-01-04T05:19:55.516Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simpledash-nw
=============Re-implementation of SimpleDash as Node-WebKit application
Description
===========SimpleDash is an app to display dashboards derived from various information sources.
The following data sources are supported now:
- as-is: a dummy data source with set data,
- sqlite3: perform queries against SQLite3 database,
- google-spreadsheet: fetch data from Google SpreadsheetDependencies
============- node-webkit
References
==========SimpleDash uses the following excellent work from the community:
- node-webkit
- sqlite3 node.js module
- google-spreadsheet module
- jQuery for ease of life
- Handlebarsjs for internal templating
- Wookmark for Pinterest-like layout
- Highcharts for it's main charting purpose
- Masonry as yet another pinterest-like layout
- DataTables to implement table widgetsLimitations
===========To use sqlite3 module it is necessary to have pre-compiled node-webkit module for specific platform.
The repository contains one for Mac OS X - I'll try to add others as I build them.