Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ynnoj/gatsby-source-printful
- Owner: ynnoj
- License: mit
- Created: 2019-11-05T23:03:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T20:18:54.000Z (9 months ago)
- Last Synced: 2024-05-02T02:40:31.427Z (9 months ago)
- Topics: gatsby, gatsby-plugin, gatsby-source-plugin, printful
- Language: JavaScript
- Homepage: https://gatsbysourceprintful.gtsb.io
- Size: 711 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
},
},
],
```