Works seamlessly on desktop, tablet, and mobile.
- 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=latestto always show the latest release.
- View all releases:
-
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/repogithub.com/username/repohttps://github.com/username/repousername/repo@v1.2.0username/repo/releases/tag/1.2.1https://github.com/username/repo/releases/tag/v1.2.3https://zh.github.com/username/repohttps://zh.github.com/username/repo/releases/tag/v2.0.0


