- Node.js version 8 (Due to a bug in one of this project's dependencies, HTTP request memoization does not work in Node.js version 10. The script will return accurate results, but repeated invocations may exceed HTTP API request limits.)
- A free user account on GitHub.com
- A free user account on TravisCI.com
-
Authenticate with GitHub.com
- Visit https://github.com/settings/tokens
- Create an access token that includes the
public_repo
scope - Save the access token to a file named
token-github.txt
in the root of this repository
-
Authentication with TravisCI
- Follow the instructions at https://developer.travis-ci.com/authentication to obtain an access token or the TravisCI HTTP API
- Save the access token to a file named
token-travisci.txt
in the root of this repository
-
Execute the following commands in a terminal:
npm install node .
Copyright 2018 Bocoup under the GNU General Public License v3.0