TinyChart is a tiny analytics dashboard via Chrome extension built using the Chartbeat API & Chartbeat Labs' jChartbeat plugin.
You can get set up with TinyChart in 3 easy steps:
-
Get a Chartbeat API Key here
-
Add API Key & Host URL to popup.js
$.jChartbeat({apikey: 'xxxxxxxYOURAPIKEYxxxxxxx', host: 'example.org'});
-
Package the extension & enjoy!
You can report a bug or request a feature here
While TinyChart was a hack-day project, I have plans to extend this plugin in the future. An example of some things I would like to accomplish: adding the ability to add credentials (API key & hostname) via the options page, or bringing in more data from the Chartbeat API & figuring out an elegant way to deal with that much data in the extension interface.
Please feel free to fork this project, extend the functionality, and submit a pull request.