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...
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...