Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

Public API Endpoint

1
2
3
4
5
6
import { bearObservations } from "https://esm.town/v/chrisco/bearObservations";
import { blob } from "https://esm.town/v/std/blob";
let obs = await blob.getJSON("bearObservations");
// let blobDemo =
export const jsonOkExample = () => Response.json(obs);
chrisco-bearobservationsapi.web.val.run
June 29, 2024