Back

Version 2

1/24/2024
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON";

const runGET = fetchJSON(
`https://api.val.town/v1/run/cosmo.current_weather?args=${JSON.stringify([48.4117, -114.34])}`,
);

console.log(runGET);
Updated: February 1, 2024