1
2
3
4
5
6
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Predict the nationality of a name
export let nameNationality = fetchJSON(
"https://api.nationalize.io/?name=michael"
);