Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpwilliams/github-release-version

Grab a plain-text version number of the latest GitHub release of a repository.
https://github.com/jpwilliams/github-release-version

cloudflare github releases semver version worker

Last synced: about 1 month ago
JSON representation

Grab a plain-text version number of the latest GitHub release of a repository.

Awesome Lists containing this project

README

        

# Fetching the latest release of a Github package with Cloudflare Workers

This worker grabs a plain-text version number of the latest GitHub release of a given repository. It's deployed at `https://mod.jpwilliams.dev/github-release-version` and can be used like so:

[https://mod.jpwilliams.dev/github-release-version/jpwilliams/github-release-version](https://mod.jpwilliams.dev/github-release-version/jpwilliams/github-release-version)

See [the full article](https://jpwilliams.dev/cloudflare-worker-github-releases) for more details.