Skip to content

sbstjn/gauges-referrer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gauges-referrer

Gaug.es offers neat statistics for your web sites, but is missing a accumulated referrers views. You can view all referrers for a special date, but what's about the last 30 days? Here it is!

Usage

Dependencies

$ > npm install

Usage

$ > ./gaug.js APIKEY SITEID LASTDAYS
$ > ./gaug.js 
Gaug.es API Token: aaf21da41766a3f7a73af49ff3dadf91
Gaug.es Site ID: 2a3310fcab34d33147a000032
Days to fetch? [10] 30

Result

[
  {
    "views": 320,
    "url": "https://github.com/semu/noduino"
  },
  {
    "views": 236,
    "url": "https://twitter.com/sbstjn"
  },
  {
    "views": 221,
    "url": "http://semu.mp"
  }
}

About

Tiny Node.JS Helper for the Gaug.es API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published