Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 377 Bytes

gatsby-source-remote-json

Gatsby Plugin that fetches remote JSON data

Used inside a Gatsby json transformer plugin such as gatsby-transformer-json like this:

gatsby-config.js:

`gatsby-transformer-json`, { resolve: `gatsby-source-remote-json`, options: { url: 'https://s3.amazonaws.com/[your-bucket]/stuff.json' //your remote url } },