Giter VIP home page Giter VIP logo

hubble's Introduction

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/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.

Why is it required?

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.

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.

hubble's People

Contributors

sevenoutman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hubble's Issues

星多的大项目,太慢了

比如展示 vuejs/vue ,每个 GraphQL 请求只能加载 100 个 star,等全部加载完太漫长了。
请教一下,这个是否有更好的解决方案?

Rate limits?

Github's abuse detection mechanism gets triggered in the racing mode (Link). I think that you should reduce the number of requests per second.
The Requests return the following message:

{
  "documentation_url": "https://developer.github.com/v3/#abuse-rate-limits",
  "message": "You have triggered an abuse detection mechanism. Please wait a few minutes before you try again."
}

Avoid cache

Although the main chart is rendered very second (or 2?, as 60s / (60 times / 2 repos) = 2), indicating data is retrieved from API again.
But actually ... response is cached for 60 seconds.

image

Maybe adding a timestamp in requests' query could avoid this.

Compare Repositories

Would be cool if you could compare to repositories and look how they race each other

< 100 stars

It is not working for repos with less the 100 stars / only one page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.