antigravities / emily

Steam monitoring as a microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emily

A microservice that (should?) provide Steam CM and site status. I didn't really test it in scheduled maintenance yet, but the numbers it gives out make sense when Steam should otherwise be running fine.

It should work for WebSocket and TCP CMs and updates the CM list once an hour. Also probably uses quite a bit of RAM, will work on that.

Install

git clone git@github.com:antigravities/emily.git
cd emily
npm install
npm start
#PORT=3000 npm start # to specify custom port

Docker Soon™.

License

GNU AGPL v3. See LICENSE for details.

About

Steam monitoring as a microservice

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 98.6%Language:Dockerfile 1.4%