Github Events
The provides insight into a users github event history.
Api
Api calls can be made directly to the public GitHub API, or you can point apiUrl at a server-side proxy that reads GITHUB_TOKEN on the backend so the browser never receives the token.
import { GithubEvents } from '@stoked-ui/github/GithubEvents';
<GithubEvents
githubUser="brian-stoker"
eventsPerPage={15}
apiUrl="/api/github/events"
/>