Skip to content

Commit

Permalink
Update packages, increment version number and update readme for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
miller-productions committed Apr 16, 2020
1 parent aad8089 commit b96591b
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 306 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
resolve: `gatsby-source-podcast-rss-feed`,
options: {
feedURL: `https://some.url/yourpodcastfeed.rss`,
id: 'guid',
},
},
],
Expand All @@ -29,8 +30,16 @@ module.exports = {

## Options

### feedURL
Set `feedURL` to a live podcast rss feed.

### id
Optional.

Determines which field in the given feedURL, within the podcast episode entries, to use as a unique id / key for each episode.

Defaults to using `link` if you don't include it here in the options.

## Querying

Once the plugin is configured, two new queries are available in GraphQL: `allpodcastRssFeedEpisode` and `podcastRssFeedEpisode`.
Expand Down
Loading

0 comments on commit b96591b

Please sign in to comment.