Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.35 KB

tinychart pre-release badge

TinyChart is a tiny analytics dashboard via Chrome extension built using the Chartbeat API & Chartbeat Labs' jChartbeat plugin.

Usage

You can get set up with TinyChart in 3 easy steps:

  1. Get a Chartbeat API Key here

  2. Add API Key & Host URL to popup.js

     $.jChartbeat({apikey: 'xxxxxxxYOURAPIKEYxxxxxxx', host: 'example.org'});
    
  3. Package the extension & enjoy!

Issues

You can report a bug or request a feature here

Plans

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.

Collaboration

Please feel free to fork this project, extend the functionality, and submit a pull request.

tinychart-logo