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
import { inkAndSwitchRssUrl } from "https://esm.town/v/stevekrouse/inkAndSwitchRssUrl";
import { newRSSItems } from "https://esm.town/v/stevekrouse/newRSSItems";
export let sampleNewRSSItems = newRSSItems({
url: inkAndSwitchRssUrl,
lastRunAt: new Date("Mon, 31 Oct 2021 00:00:00 +0000"),
});
October 23, 2023