1
2
3
4
5
6
7
8
9
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Github following!
export let githubFollowing = (() => {
throw new Error(`${fetchJSON.impl.toString()}`);
return fetchJSON(
"https://api.github.com/users/stevekrouse/following"
);
})();