@dstil/github-data-provider

Extract data from Github.

Usage no npm install needed!

<script type="module">
  import dstilGithubDataProvider from 'https://cdn.skypack.dev/@dstil/github-data-provider';
</script>

README

github-data-provider NPM version

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.