It is for starterstory.com. I want to turn that feed on the homepage into an RSS feed.
Is the data held in a database?
Yes, sort of :) But the data is programmatically generated with javascript
You'll need to create a route in your application that uses your JavaScript data to create an XML doc in the RSS format. What sort of backend are you using?
My app is just create-react-app, so no real backend...
It is for starterstory.com. I want to turn that feed on the homepage into an RSS feed.
Is the data held in a database?
Yes, sort of :) But the data is programmatically generated with javascript
You'll need to create a route in your application that uses your JavaScript data to create an XML doc in the RSS format. What sort of backend are you using?
My app is just create-react-app, so no real backend...