1
2
3
4
5
6
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Github following
export let githubFollowing = fetchJSON(
"https://api.github.com/users/stevekrouse/following"
);