Skip to content

yogergames/plugin-stathat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stathat: Plugin API Docs

Overview

Example app for Stathat plugin by Yoger Games. It enables Corona SDK users to send and receive stats from [Stathat] (https://www.stathat.com/).

Features

Here are a few benefits of using Stathat for analytics and statistics

  1. Beautiful charts
  2. Get notified automatically when anomalies occur.
  3. What do the next 30 days look like?
  4. Get an overview of the past hour to the past year, and any other timeframe.
  5. Compare stats to find correlations.

How to install

  1. Download the files in this repo (https://github.com/yogergames/plugin-stathat/archive/master.zip)
  2. Unpack the zip file
  3. Register for an account at [Stathat] (https://www.stathat.com/)
  4. Get the ACCESS_TOKEN at stathat.com/access. It's required if you try to fetch stat data
  5. Replace the USER_KEY and ACCESS_TOKEN variables with your data in main.lua

How to use

Basically the example app provides a few complete examples on the usage of this plugin.

The following are required though

  1. Add the plugin in build settings.
  2. Require the plugin in your lua source files.
  3. Initialize.
  4. Start sending and receiving stats!

Yep, that's it! Nothing more is required.

PS: All functionality of the plugin is supported on all platforms.

For more information

Releases

No releases published

Packages

No packages published

Languages