CLI tool that displays Internet Explorer usage and trends for your site via Google Analytics.
Displays visits from the last month, 6 months ago and 1 year ago (1 month = 4 weeks = 28 days to avoid low-traffic weekend bias).
$ trendie get 123456789
$ [sudo] npm install -g trendie
The source is available for download from GitHub.
$ git clone git@github.com:okize/trendie && cd trendie
$ npm install
To use trendie, you must first setup your Google Analytics credentials.
$ trendie set-user
You will then be prompted for a username & password. Rerunning this command will overwrite any existing user info.
$ trendie get 123456789
Where 123456789 is a GA profile ID that the supplied user credentials has permissions for.
Released under the MIT License.