Skip to content

urq/webliero-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebLiero Stats Collector

WebLiero does not have very detailed or permanent built-in game statistics. Attach this code to your WebLiero session to get them!

Instructions

  1. Generate the minified tracking code:
./make.sh && cat dist/liero.js.min | pbcopy
  1. Paste the tracking code into your WebLiero page's dev console.
  2. Initialize the code with:
var endCollection = startCollection();
  1. At the end of your session, get the data with:
var data = endCollection();

About

A WebLiero stats collector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published