3 comments (3 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript5,423 forks (5,423 forks)batch import
good first issueservice-badge
Repository metrics
- Stars
- 22,337 stars (22,337 stars)
- PR merge metrics
- Avg merge 6d 3h (Avg merge 6d 3h)71 merged PRs in 30d (71 merged PRs in 30d)
Description
Because Travis CI is not going to do this - https://github.com/travis-ci/travis-ci/issues/4623 - maybe we can query the data through API:
- Get build status
- Get all jobs for the build and OS specified as badge parameter
- Show badge for that build -> job -> OS
Contributor guide
- Research direction
- Explore the Travis CI API to retrieve build jobs filtered by operating system, then design a badge endpoint that combines the build status with an OS parameter.
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Prerequisites
- JavaScriptAPI usage