Hubble - Vue实现的查询github start历史的小工具

478 阅读1分钟
原文链接: github.com

Screenshot

Features

  • Reveal a repository's star history.
  • How many stars have I earned this year?

Motivation

I want to know how many stars I've earned this year.

Let me know

The initial repo to query is js-org/dns.js.org by default, as my gratitude to its domain name service. Besides, a random repo from a preset repo list may also be chosen as the initial repo. If your project has over 1k stars and wants to join the list, Let me know!

FAQ

Access Token

Note: Hubble stores access tokens in your browser local storage and never transmits it anywhere.

Hubble uses GitHub GraphQL API to retrieve repository stargazers. The API requires requests to be authenticated, so Hubble will ask for your GitHub personal access token. If you don't already have one, create one, then copy and paste it into the textbox. Note that the minimal scopes that should be granted are public_repo and repo (if you need access to private repositories).