github-data-provider
Extract data from GitHub.
Installation
Install the package with NPM:
$ npm install @dstil/github-data-provider
Usage
The package exposes a function that, when supplied with a GraphQL query, returns GitHub data cached via Redis. See the code in the examples directory for more information.