Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ynnoj/gatsby-source-printful

Printful store data for your Gatsby projects
https://github.com/ynnoj/gatsby-source-printful

gatsby gatsby-plugin gatsby-source-plugin printful

Last synced: about 2 months ago
JSON representation

Printful store data for your Gatsby projects

Awesome Lists containing this project

README

        


gatsby-source-printful


Printful store data for your Gatsby projects

## Getting Started

```sh
yarn add gatsby-source-printful
```

### Configuration

```js
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-source-printful`,
options: {
apiKey: '...',
paginationLimit: 100 // Default value is 20
},
},
],
```