ci-relay

0.1.4 • Public • Published

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 install

Setup

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 start

That's it! Your CI API should now be running on http://localhost:3100 (or the port you specified in your configuration).

Package Sidebar

Install

npm i ci-relay

Weekly Downloads

5

Version

0.1.4

License

MIT

Last publish

Collaborators

  • jpommerening