python_resume icon indicating copy to clipboard operation
python_resume copied to clipboard

Turn github activity page into a local proxied request

Open jondkelley opened this issue 4 years ago • 0 comments

Probably something like

<script>
    GitHubCalendar(".calendar", "jondkelley", {
       proxy (username) {
          return fetch(`https://localhost/github`)
       }
    }).then(r => r.text())
</script>

jondkelley avatar May 19 '21 19:05 jondkelley