There is a connection problem.

You exceeded GitHub API request limit. Wait until {{rateLimit.coreReset}} when limit will be reset.

Examples:

    • {{repo}}

Your last requests:

    • {{repo}}
  • {{reposNamesCount}} requests will be made
  • You have all {{rateLimit.coreRemaining}} remaining requests
  • Requests limit will be reset to {{rateLimit.coreLimit}} at {{rateLimit.coreReset}}

There have been problems while requesting following repos:

Enter and load repositories to see statistics.

Repo Create date Last update Last push Watchers Stars Forks Open issues
{{repo.name}} {{repo.createdAt}} {{repo.updatedAt}} {{repo.pushedAt}} {{repo.watchersCount}} {{repo.starsCount}} {{repo.forksCount}} {{repo.openIssuesCount}}

{{stat.label}}

FAQ

Why the number of requests is limited?

GitHub limits number of API requests to {{rateLimit.coreLimit}} per hour.

Why the number of remaining requests does not decrease when I make requests?

GitHub caches API calls. The cache for specific repository is being reset when this repository updates.

Why there is no search functionality for repositories?

GitHub has separate limit for searching - it is only {{rateLimit.searchLimit}} requests per hour, so I decided not to implement front-end search functionality for now. Thus, you have to enter repositories' names manually.