You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to Lighthouse reporter. Not sure about something like an Express version of this which fetches a remote Gist by ID (https://octokit.github.io/rest.js/v17#gists-get).
Not sure if we want to get as silly as fetching for revisions or supporting multiple files per gist. I'd need to experiment with the API to see what it returns.
PROS: Cool AF.
CONS: API quota and live fetching/rendering would require D3 at runtime and GitHub API keys.
The text was updated successfully, but these errors were encountered:
Similar to Lighthouse reporter. Not sure about something like an Express version of this which fetches a remote Gist by ID (https://octokit.github.io/rest.js/v17#gists-get).
Not sure if we want to get as silly as fetching for revisions or supporting multiple files per gist. I'd need to experiment with the API to see what it returns.
PROS: Cool AF.
CONS: API quota and live fetching/rendering would require D3 at runtime and GitHub API keys.
The text was updated successfully, but these errors were encountered: