Pike / fluent-stars

Let's see if this helps anybody.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Process

Run the following query on https://developer.github.com/v4/explorer/:

query {
  search(query:"org:projectfluent", type:REPOSITORY, first:20) {
    edges {
      node {
        ...on Repository {
          name
          stargazers(last: 100) {
            totalCount
            edges {
              starredAt
            }
          }
        }
      }
    }
  }
}

and save the result as fluent-stars-result.json.

About

Let's see if this helps anybody.


Languages

Language:JavaScript 77.5%Language:HTML 22.5%