Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
9
import { inkAndSwitchRssUrl } from "https://esm.town/v/stevekrouse/inkAndSwitchRssUrl";
export const rssFeeds = {
["Ink & Switch"]: inkAndSwitchRssUrl,
["Future of Coding"]:
"https://www.omnycontent.com/d/playlist/c4157e60-c7f8-470d-b13f-a7b30040df73/564f493f-af32-4c48-862f-a7b300e4df49/ac317852-8807-44b8-8eff-a7b300e4df52/podcast.rss",
Honestly: "https://feeds.megaphone.fm/RSV2347142881",
["Maggie Appleton"]: "https://maggieappleton.com/rss.xml",
};
August 23, 2024