https://github.com/dvinciguerra/circleci-status
Simple service to watch CircleCI projects build workflow status
https://github.com/dvinciguerra/circleci-status
circleci ruby
Last synced: 4 months ago
JSON representation
Simple service to watch CircleCI projects build workflow status
- Host: GitHub
- URL: https://github.com/dvinciguerra/circleci-status
- Owner: dvinciguerra
- Created: 2020-02-10T17:41:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T23:02:05.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T03:32:35.937Z (9 months ago)
- Topics: circleci, ruby
- Language: Ruby
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CircleCI Status
[](https://codeclimate.com/github/dvinciguerra/circleci-status/maintainability)
[](https://opensource.org/licenses/MIT)
Simple service to notify when CircleCI projects build workflows get failed status.

### Configuration
Add you projects to `application.yml` file.
```yaml
project_name:
title: Project Name
badge: https://circleci.com/gh/CompanyName/project.svg?style=svg&circle-token=[TOKEN]
url: https://github.com/Company/reponame
project_name2:
title: Project Name2
badge: https://circleci.com/gh/CompanyName/project2.svg?style=svg&circle-token=[TOKEN]
url: https://github.com/Company/reponame2
```
### Runnig
Run this service using terminal
```bash
$ bundle
$ bundle exec ruby app.rb
```
### Authors
Daniel Vinciguerra