Given a GitHub user, get user favourite programming language
npm install fpl-githubInstall as a global package
``sh`
npm install fpl-github -g
`sh`
fpl GITHUB_APP_KEY
Note:
In order to avoid GitHub rates limits constraints, there is a default GitHub app created for testing purposes.
However to use this app is required to create a own GitHub app.
To use this app you have to set 2 env vars and GITHUB_APP_SECRET
#### Testing & coverage
To test:
`sh`
npm test
To get coverage information
`sh`
npm run coverage
#### Code style
`sh``
npm run eslint