Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

Redirects to the new Web endpoint: @stevekrouse.blogRSS

1
2
3
4
5
6
7
8
9
export let valTownBlogRSSHandler = async (req) => {
return new Response(null, {
status: 302,
headers: {
location: "https://blog.val.town/rss.xml",
},
});
};
// Forked from @coofdy.streamThesaphistRSS
stevekrouse-valtownblogrsshandler.web.val.run
September 4, 2024