Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jliuhtonen/travis-branch-radiator
Travis branch build status radiator and dashboard
https://github.com/jliuhtonen/travis-branch-radiator
dashboard elm radiator travis travis-ci
Last synced: about 1 month ago
JSON representation
Travis branch build status radiator and dashboard
- Host: GitHub
- URL: https://github.com/jliuhtonen/travis-branch-radiator
- Owner: jliuhtonen
- License: mit
- Created: 2016-02-08T21:32:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T19:03:33.000Z (8 months ago)
- Last Synced: 2024-10-29T21:22:12.685Z (3 months ago)
- Topics: dashboard, elm, radiator, travis, travis-ci
- Language: Elm
- Homepage:
- Size: 356 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Travis branch radiator
Travis branch build status radiator/dashboard.* Shows the status for the latest build per existing branch on GitHub up to 25 branches for all specified repositories
* You can use the [hosted version](http://jliuhtonen.github.io/travis-branch-radiator) or host the static files yourself
* Works with public and private Travis
* Does not send your API key anywhere except the Travis API through HTTPS
* Works in the browser, no backend required
* Saves the configuration in local storage
* Built with [Elm](http://elm-lang.org/)
* License: MIT## Developing
* `npm install`
* Write code
* `npm run build`
* Test code
* Push to GitHub
* Plz send pull request