1
2
3
4
5
6
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
export const githubEvents = (username) =>
fetchJSON(
`https://api.github.com/users/${username}/events`
);