@uptimeventures/gatsby-source-rss

Import RSS feed data into Gatsby.

Usage no npm install needed!

<script type="module">
  import uptimeventuresGatsbySourceRss from 'https://cdn.skypack.dev/@uptimeventures/gatsby-source-rss';
</script>

README

gatsby-source-rss

CI Status Badge License Made by Uptime Ventures badge

Import an existing RSS feed into your Gatsby site.

Installation

npm install @uptimeventures/gatsby-source-rss

{
  plugins: [
    { 
      resolve: '@uptimeventures/gatsby-source-rss',
      options: {
        feeds: ['https://www.uptime.ventures/blog/rss.xml'],
      },
    },
  ],
}

Imported nodes will be of the type RSS. Full text will be imported if the feed supports it with the item's description as a fallback.

License

Copyright 2018 Uptime Ventures, Ltd. All rights reserved. Released under the BSD 3-Clause License.