This module is for developers who want to show custom statistics on a Geckoboard dashboard using the Geckoboard Push API. The Push API has two main benefits:
It provides SSL so you can send your stats over an encrypted connection, which is safer
It doesn't require you to expose a URL on your website, you send the data directly to Geckoboard
Features
Uses hooks to allow other modules to supply data for sending to Geckoboard
An administration page that allows you to configure your Geckoboard API key and Widget Keys
A drush command to send these statistics
A cron hook to send these statistics (which can be disabled)
This module also includes a working example that sends two random numbers to Geckoboard so you can see how to use it.