Skip to content

Turn github activity page into a local proxied request #20

@jondkelley

Description

@jondkelley

Probably something like

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions