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

https://github.com/runnable/canary-build

Project used for build canary testing
https://github.com/runnable/canary-build

Last synced: 22 days ago
JSON representation

Project used for build canary testing

Awesome Lists containing this project

README

          

# canary-build
A service used for canary testing container builds.

## Overview

- Simple [Hapi](https://github.com/hapijs/hapi) HTTP Server
- Listens on port defined by `process.env.PORT`
- `GET /` - The only route, returns the number of times the route has been
requested.
- Server start and each request is logged via [bunyan](https://github.com/trentm/node-bunyan)

## Container Details

- Stack Type / Version: Node.js `>= 4`
- Packages: *none*
- Build Commands: `npm install`
- Container CMD: `npm start`

## License
MIT