You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
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.