The API should have a route /rss which will return a RSS feed of the latest posts. gorilla/feed seems to make this relatively simple. I could accept a tag/category parameter, and the RSS link in the frontend could change depending on what category the user is currently looking at.
The API should have a route
/rsswhich will return a RSS feed of the latest posts.gorilla/feedseems to make this relatively simple. I could accept a tag/category parameter, and the RSS link in the frontend could change depending on what category the user is currently looking at.