Public
Script
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
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Explore the Star Wars universe, from StarWarsAPI
export let starWars = fetchJSON(
"https://swapi.dev/api/people/1/",
);
February 16, 2024