Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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