dckc / madmode-blog

my tinkering notebook (blog)
https://www.madmode.com
0 stars 2 forks source link

syndicate github stars (IndieWeb PESOS) #209

Open dckc opened 4 months ago

dckc commented 4 months ago

Is there a way to get my github stars along with when I starred them? Yes!

In the GraphQL explorer:

{
  user(login: "dckc") {
    id
    starredRepositories {
      edges {
        starredAt
        node {
          owner { login }
          name
          description
        }
      }
    }
  }
}

Let's syndicate those to this blog, in IndieWeb PESOS style.

See also: