An open API service indexing awesome lists of open source software.

https://github.com/halfdan/piwik-barometer-plugin

Piwik Plugin for visualizing the visits in the last N minutes compared to a 30 day timespan.
https://github.com/halfdan/piwik-barometer-plugin

Last synced: 12 months ago
JSON representation

Piwik Plugin for visualizing the visits in the last N minutes compared to a 30 day timespan.

Awesome Lists containing this project

README

          

# Piwik Barometer Plugin

## Description

This is a plugin for the Open Source Web Analytics platform Piwik. If enabled, it will add a two new widgets that you can add to your dashboard.

The widgets will show a Visitor Barometer and a Visit Time Barometer that auto-refresh every 5 seconds. It shows the number of visitors or visit time in a N minute period compared to the maximum number of visitors/average visit time in any N minute period of the last 30 days.

The idea for this plugin came from [@muesli](http://github.com/muesli) who suggested it on #piwik in IRC.

## Documentation

1. Clone the plugin into the plugins directory of your Piwik installation.

```
cd plugins/
git clone https://github.com/halfdan/piwik-barometer-plugin.git Barometer
```

2. Login as superuser into your Piwik installation and activate the plugin under Settings -> Plugins

3. You will now find the widget under the Live! section.

## Contribute

If you are interested in contributing to this plugin, feel free to send pull requests!