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
- Host: GitHub
- URL: https://github.com/timstott/honeybeacon-server
- Owner: timstott
- Created: 2016-09-29T21:56:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T16:32:12.000Z (over 9 years ago)
- Last Synced: 2025-01-25T19:07:11.749Z (over 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```