Readme

Convert a webpage into an ATOM feed, so I can see when there are new activities in the local museum.

feed link: https://fil-musee_angers_activites_feed.web.val.run/

1
2
3
4
5
6
7
import { web2atom } from "https://esm.town/v/fil/web2atom";
export let musee_angers_activites_feed = async () =>
web2atom("https://musees.angers.fr/par-date/index.html", {
title: ".tile h3.title",
link: ".tile a",
});
👆 This is a val. Vals are TypeScript snippets of code, written in the browser and run on our servers. Create scheduled functions, email yourself, and persist small pieces of data — all from the browser.