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

https://github.com/makevoid/srvstatus

tiny sinatra server to publish your server status via http (cors headers included = can be called via ajax)
https://github.com/makevoid/srvstatus

Last synced: about 1 year ago
JSON representation

tiny sinatra server to publish your server status via http (cors headers included = can be called via ajax)

Awesome Lists containing this project

README

          

# srvstatus
### tiny sinatra server to publish your server status via http

uses CORS headers so you can reach it trough ajax calls

just

bundle

then

rackup

and you are gtg

---

### usecase:

when the dot in the upper right corner turns green means someone's in the office

### how does it work

it makes an ajax call to to figure out if the office is opened (electricity turned on == server goes online)