Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jpwilliams/github-release-version
- Owner: jpwilliams
- Created: 2020-07-17T16:54:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T18:44:56.000Z (over 4 years ago)
- Last Synced: 2024-10-15T07:54:51.596Z (3 months ago)
- Topics: cloudflare, github, releases, semver, version, worker
- Language: TypeScript
- Homepage: https://jpwilliams.dev/cloudflare-worker-github-releases
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.