Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tubone24/release-badges-generator

Displays the latest release version of GitHub repositories that are open to the public, if they are managed by GitHub Release.
https://github.com/tubone24/release-badges-generator

generator github-badges github-releases

Last synced: 1 day ago
JSON representation

Displays the latest release version of GitHub repositories that are open to the public, if they are managed by GitHub Release.

Awesome Lists containing this project

README

        

# release badge generator

![img](https://i.imgur.com/0rVzxsc.png)

> Easily create release version badges for GitHub repositories.

![img](https://release-badges-generator.vercel.app/api/releases.svg?user=tubone24&repo=release-badges-generator&gradient=4259f7,8bfaec)
[![license](https://img.shields.io/github/license/tubone24/release-badges-generator.svg)](LICENSE)

Displays the latest release version of GitHub repositories that are open to the public, if they are managed by GitHub Release.

## How to use

Access the below, with setting your GitHub username and repository.

```
https://release-badges-generator.vercel.app/api/releases.svg?user=your-name&repo=your-repository
```

If you want to apply a gradient, specify two HEX color codes separated by a comma.

```
https://release-badges-generator.vercel.app/api/releases.svg?user=tubone24&repo=release-badges-generator&gradient=4259f7,8bfaec
```

## Demo

If you would like to try out the badges briefly, a demo is available at the following site

![img](https://i.imgur.com/YbkLmVK.png)

## License

[MIT © tubone24](LICENSE)