Skip to content

Latest commit

Β 

History

History
98 lines (73 loc) Β· 2.8 KB

File metadata and controls

98 lines (73 loc) Β· 2.8 KB

Typing SVG


Responsive web app for GitHub release download statistics

Works seamlessly on desktop, tablet, and mobile.

Features

Download Statistics πŸ“Š

Metrics

  • Total Downloads – total number of downloads across all releases

  • Total Reactions – total number of reactions across all releases

  • Assets – total number of assets across all releases

  • Releases – total number of releases

  • Releases with reactions – number of releases that received at least one reaction

Download statistics

Release Cards πŸ—‚οΈ

Release Metadata

  • Author avatar and author name – links to GitHub profile
  • Tag – links to the corresponding release
  • Label – Release, Latest release or Pre-release
  • Published date, updated date, release size
  • Contributor avatars – links to their GitHub profiles

Assets

  • Only releases containing assets are displayed
  • All assets for each release are listed
  • Each asset is downloadable with a single click

Reactions

  • Displays GitHub reactions: πŸ‘ πŸ‘Ž πŸŽ‰ ❀️ πŸš€ πŸ‘€

  • Total reaction count shown in the header

  • Reactions section appears only if present

Release cards

Sharable links πŸ”—

  • Generate links with pre-filled parameters for easy sharing:
    • View all releases:
      https://greedeks.github.io/Pulse/?username={username}&repo={repository}
      
    • View a specific release by tag:
      https://greedeks.github.io/Pulse/?username={username}&repo={repository}&tag={tag}
      

      You can also use tag=latest to always show the latest release.


Smart parsing

  • Instead of filling fields manually, you can also paste GitHub links, and they will be automatically parsed into username, repository, tag.

    Examples of supported formats:

    • username/repo
    • github.com/username/repo
    • https://github.com/username/repo
    • username/repo@v1.2.0
    • username/repo/releases/tag/1.2.1
    • https://github.com/username/repo/releases/tag/v1.2.3
    • https://zh.github.com/username/repo
    • https://zh.github.com/username/repo/releases/tag/v2.0.0