Overview

GitHub Repo Size is a simple tool that shows repository sizes by accessing GitHub's API. GitHub's UI doesn't display repo sizes, but this information is available through their CORS-friendly API and can be quickly retrieved by pasting any repo URL.

Key Points

  • GitHub's interface lacks size display - but you can now instantly check any repo's size without API knowledge
  • Uses GitHub's CORS-friendly API - works directly in browsers without backend servers
  • Simple paste-and-go interface - eliminates the need to manually query GitHub's API endpoints