Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingdutch/github-usage-analyzer
Singe page PHP script to analyze GitHub Usage CSV files
https://github.com/kingdutch/github-usage-analyzer
Last synced: about 1 month ago
JSON representation
Singe page PHP script to analyze GitHub Usage CSV files
- Host: GitHub
- URL: https://github.com/kingdutch/github-usage-analyzer
- Owner: Kingdutch
- License: mit
- Created: 2023-09-04T11:59:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T18:27:03.000Z (over 1 year ago)
- Last Synced: 2024-11-07T22:49:22.586Z (3 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Usage Analyzer
Provides a single page analysis tool for GitHub actions usage reports. This can work without
installing any dependencies and provides a view different totals to help find the cause of high
use costs.## Usage
Requires PHP 8 or higher. Server the index.php using the built-in server and visit the URL in
your browser.
```
php -S localhost:8000
```![The default screen after opening which asks you to upload a file.](example.png)
Upload a CSV usage report created by GitHub.