Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 438 Bytes

File metadata and controls

17 lines (8 loc) · 438 Bytes

Debugging Smashing/Dashing

The stream of incoming dashboard data events can be watched through the following URL with the help of curl command:

curl http://dashboard.devternity.com/events

To see incoming events in browser's Javascript console, just add the following line to any active widget's ready method:

Dashing.debugMode = true

Database state

To check database state:

sqlite3 /var/lib/sqlite/twitter.db