gatsby-source-sermon-audio
v0.1.6
Published
Uses Sermon Audio as a data source for a static website
Downloads
5
Maintainers
Readme
Gatsby Source Sermon Audio
Pass the following options to use this plugin:
- API Key for Sermon Audio API
- Array of fields to include in
graphqlschema from API response object
Code Example in gatsby-config.js plugin array:
{
resolve: `gatsby-source-sermon-audio`,
options: {
apiKey: SERMON_AUDIO_API_KEY,
}
}