# Get Gists from GitHub API ## Background We want to show the user a list of their gists. ## Acceptance - [x] Get gists from GitHub API - [x] For display on main page; data needed: - [x] Name of gist - [x] html_url ## Notes