@dstil/trello-data-provider

Extract data from Trello.

Usage no npm install needed!

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

README

trello-data-provider

Extract data from Trello.

Installation

Install the package with NPM:

$ npm install @dstil/trello-data-provider

Usage

The package exposes a function that, when supplied with a GraphQL query, returns Trello data cached via Redis. See the code in the examples directory for more information.