https://github.com/toolworks-dev/github-release-stats
Track and analyze GitHub release statistics, download counts, and asset information for any public repository
https://github.com/toolworks-dev/github-release-stats
analytics developer-tools github-api github-data metrics open-source release-stats toolworks-dev
Last synced: 3 months ago
JSON representation
Track and analyze GitHub release statistics, download counts, and asset information for any public repository
- Host: GitHub
- URL: https://github.com/toolworks-dev/github-release-stats
- Owner: toolworks-dev
- Created: 2025-01-18T16:22:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:08:53.000Z (12 months ago)
- Last Synced: 2025-01-26T03:15:43.958Z (12 months ago)
- Topics: analytics, developer-tools, github-api, github-data, metrics, open-source, release-stats, toolworks-dev
- Language: TypeScript
- Homepage: https://githubstats.toolworks.dev/
- Size: 51.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Release Stats
A web application that displays release statistics for GitHub repositories, including download counts, asset sizes, and release dates.
## Features
- View release history for any public GitHub repository
- Display download statistics for release assets
- Show pre-release and latest release indicators
- Responsive design with dark mode support
## Development
```bash
# Install dependencies
bun install
# Start development server
bun run dev
```
## Docker Deployment
```bash
# Build and run with Docker Compose
docker-compose up -d
```
The application will be available at `http://localhost:8592`