python_resume
python_resume copied to clipboard
Turn github activity page into a local proxied request
Probably something like
<script>
GitHubCalendar(".calendar", "jondkelley", {
proxy (username) {
return fetch(`https://localhost/github`)
}
}).then(r => r.text())
</script>