An open API service indexing awesome lists of open source software.

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

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`