ci-relay
v0.1.4
Published
Tiny CI status aggregation service built on top of ci-adapter and ci-router
Downloads
5
Maintainers
Readme
ci-relay
Tiny CI status aggregation service built on top of ci-adapter and ci-router
Install
To install the required dependencies, you need npm:
$ npm installSetup
Have a look at the config-example.json file. Copy it
to config.json and replace the defaults with something meaningful.
If left blank, the port and host configuration options will use the
$PORT and $HOST environment variables, defaulting to localhost:3100
if unspecified.
The example configuration serves the CI status of:
For detailed information on available adapter options refer to ci-adapter.
Start
Once the configuration and dependencies are in place, just type:
$ npm startThat's it! Your CI API should now be running on http://localhost:3100 (or the port you specified in your configuration).
