brew install npm
brew install node
- Extract zip file and go into directory
npm install
npm link
To see interface on command line:
> leaderboard --help
Basic Commands:
> leaderboard ld //loads csv file
> leaderboard a //todays leaderboard
> leaderboard b //shows leaderboard given a date
Inputs will be prompted.
> leaderboard r
Will prompt user for date and range. Only supports range as a number (of days). Will return the leader based on the sum of app downloads within that range.