This module is under development. For any question please email me@miladrk.com
Steps to setup and use the tool :
- get the source from git
git clone https://github.com/milianoo/dashx.git
- install node dependencies
npm install
- install bower dependencies
bower install
- generate js bundle
webpack
- create dashboard basic design
- add basic widget to dashboard
- load basic info for widget
- setup timer to reload widget
- add widgets on-the-fly from the UI
- configure widget data source and display info
- configure OAuth for widgets if needed
- setup config/template for each widget
- enhance UI of widget
- ability to re-size widgets
- drag-n-drop widgets
- error handling
- generate new widget using grunt
- load widgets on load from config file
- save config files in database
- easier connection to social networks (oauth 2.0 required)
- display data from other social networks as widgets
- dashboard as a service
- single config file for each dashboard
- generate individual url for each dashboard
The MIT License (MIT)
Copyright (c) 2016 Milad Rezazadeh
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.