Smashing is a Sinatra based framework that lets you build beautiful dashboards. This project is a fork of Dashing, an excellent framework created at Shopify for displaying custom dashboards on TVs around the office
Use premade widgets, or fully create your own with scss, html, and coffeescript
Widgets harness the power of data bindings to keep things DRY and simple
API to push data to your dashboards
Simple Ruby DSL for fetching data from databases or online resources
Drag & Drop interface for re-arranging your widgets
Host your dashboards on Heroku in less than 30 seconds
Install the smashing gem from the command line
$ gem install smashing
Use the command line to generate the new project scaffold
$ smashing new sweet_dashboard_project
Change your directory to sweet_dashboard_project
and bundle gems
$ bundle install
Type the command to start server and access address http://localhost:3030
$ smashing start
We have an active community of great people ready to help you...