Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SevenOutman/Hubble
:telescope: Travel through GitHub Stars' history
https://github.com/SevenOutman/Hubble
github-stars hubble star
Last synced: 3 months ago
JSON representation
:telescope: Travel through GitHub Stars' history
- Host: GitHub
- URL: https://github.com/SevenOutman/Hubble
- Owner: SevenOutman
- License: mit
- Created: 2018-04-03T11:36:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T14:31:42.000Z (over 1 year ago)
- Last Synced: 2024-07-05T17:47:06.976Z (4 months ago)
- Topics: github-stars, hubble, star
- Language: Vue
- Homepage: https://hubble.js.org
- Size: 9.83 MB
- Stars: 170
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - Hubble
README
![Screenshot](https://i.loli.net/2018/05/29/5b0d1c3190a01.png)
### 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/js.org](https://github.com/js-org/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](https://github.com/SevenOutman/Hubble/issues/2)!## FAQ
### Access Token
> **Note:** Hubble stores access tokens in your browser local storage and never transmits it anywhere.#### Why is it required?
Hubble uses [GitHub GraphQL API](https://developer.github.com/v4/) to retrieve repository stargazers. The API requires requests to be authenticated,
so Hubble will ask for your [GitHub personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use).
If you don't already have one, [create one](https://github.com/settings/tokens/new), then copy and paste it into the textbox.#### Why is access token preferred rather than "Login with GitHub"?
Hubble's OAuth service is provided by Netlify on a free plan basis, which has a 1,000 total users limit.