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

https://github.com/timstott/honeybeacon-server

🍯🚥 Honeybadger faults status service
https://github.com/timstott/honeybeacon-server

Last synced: about 1 month ago
JSON representation

🍯🚥 Honeybadger faults status service

Awesome Lists containing this project

README

          

# Honeybeacon Server

Serves an endpoint that indicates the presence of faults on HoneyBadger on a client basis.

When a client calls the endpoint and faults have occurred the server responds positively.
When the same client makes subsequent calls and no new faults have occurred the server responds negatively.

## Starting web server
```
docker-compose up --build

curl http://localhost:3000/ping
pong
```

## Running tests
```
docker-compose run web npm run testw
```