https://github.com/wechuli/githubreportsvisualizer
GitHub Billing reports visualizer to help track spending
https://github.com/wechuli/githubreportsvisualizer
actions billing copilot github graphs packages reports
Last synced: 2 months ago
JSON representation
GitHub Billing reports visualizer to help track spending
- Host: GitHub
- URL: https://github.com/wechuli/githubreportsvisualizer
- Owner: wechuli
- License: mit
- Created: 2025-09-02T03:25:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-22T03:34:07.000Z (9 months ago)
- Last Synced: 2025-09-22T05:34:55.637Z (9 months ago)
- Topics: actions, billing, copilot, github, graphs, packages, reports
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Reports Visualizer
Visualize GitHub billing reports with interactive charts and filters. Upload your CSV billing data and explore usage across Actions minutes, storage, packages, and Copilot.
**Privacy first**: All data processing happens in your browser. Nothing is uploaded to any server.
## Features
- Filter by date range, organization, repository, and cost center
- Toggle between cost ($) and usage volume views
- Switch storage units between GB-hours and GB-months
- View breakdowns by repository and organization
- All processing happens client-side - your data stays private
## Running Locally
### Prerequisites
- Node.js 20 or higher
### Setup
1. Clone the repository:
```bash
git clone https://github.com/wechuli/githubreportsvisualizer.git
cd githubreportsvisualizer
```
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```
4. Open [http://localhost:3000](http://localhost:3000)
## Usage
1. Upload your GitHub billing CSV file
2. Navigate between service tabs (Actions, Storage, Packages, Copilot)
3. Use filters to drill down by date, organization, or repository
4. Toggle between cost and usage views
5. For storage services, switch between GB-hours and GB-months