Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluemangoo/github-pr-count-badge
Count your merged PR in a repo or an org
https://github.com/bluemangoo/github-pr-count-badge
Last synced: 10 days ago
JSON representation
Count your merged PR in a repo or an org
- Host: GitHub
- URL: https://github.com/bluemangoo/github-pr-count-badge
- Owner: Bluemangoo
- Created: 2024-06-11T15:03:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T14:58:41.000Z (5 months ago)
- Last Synced: 2024-06-20T01:47:33.804Z (5 months ago)
- Language: TypeScript
- Homepage: https://github-pr-count-badge.vercel.app
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github PR Count Badge
This project can make badge to show one's merged pr in a repo or org.
## Count PR in a Repository
```http request
GET https://github-pr-count-badge.vercel.app/badge/pr-repo?owner=$owner&repo=$repo&contributor=$contributor&color=$color
```- owner: repository owner
- repo: repository name
- contributor: whose merged PR is counted
- color: optional, color for textExample:
```text
https://github-pr-count-badge.vercel.app/badge/pr-repo?owner=Bluemangoo&repo=github-pr-count-badge&contributor=Bluemangoo
```## Count PR in an Organization
```http request
GET https://github-pr-count-badge.vercel.app/badge/pr-org?org=$org&contributor=$contributor&color=$color
```- org: organization owner
- contributor: whose merged PR is counted
- color: optional, color for textExample:
```text
https://github-pr-count-badge.vercel.app/badge/pr-org?org=MCSManager&contributor=Bluemangoo
```