fil-musee_angers_activites_feed.web.val.run
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",
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
v9
October 23, 2023