1
2
3
4
5
6
7
8
import { getNotionDateMeDocs } from "https://esm.town/v/stevekrouse/getNotionDateMeDocs";
import { notifyNewBy } from "https://esm.town/v/stevekrouse/notifyNewBy";
export let notionDateMeDocNotify = notifyNewBy({
getData: getNotionDateMeDocs,
isNew: ({ data, lastRunAt }) => new Date(data["Last Updated"]) > lastRunAt,
name: "Date Me Profile",
});
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!
October 23, 2023