Import RSS items to your content type with Strapi.
cd my-strapi-project/plugins
git clone https://github.com/jbeuckm/strapi-plugin-import-content.git import-content
cd import-content && npm install
cd ../..
npm run setup --plugins
* the last step takes a notoriously long time...
When plugin has been installed, you need to allow access to the endpoints.