Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Runs every 1 hrs
1
2
3
4
5
6
7
8
import isMyWebsiteDown from "https://esm.town/v/weaverwhale/isMyWebsiteDown";
export default async function(interval: Interval) {
const data = await isMyWebsiteDown("https://app.triplewhale.com");
console.log(data);
return data;
}
April 12, 2024