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
8
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON";
export let valtownAPIExamples = [
"https://api.val.town/v1/alias/stevekrouse",
"https://api.val.town/v1/users/a0bf3b31-15a5-4d5c-880e-4b1e22c9bc18",
"https://api.val.town/v1/alias/stevekrouse/fetchJSON",
"https://api.val.town/v1/vals/18b54b4e-779a-4c56-8ee6-4c75af7e55f0",
].map(fetchJSON);
October 23, 2023