Readme

This is an example call of @stevekrouse/insecureFetch

1
2
3
4
5
6
import { insecureFetch } from "https://esm.town/v/stevekrouse/insecureFetch";
const url = "https://atmos.washington.edu/cgi-bin/uw.cgi?20240408";
const data = await insecureFetch(url);
const text = await data.text();
console.log(text);
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!
April 10, 2024