Sigma - Elixir package that gives you the current status of companies online


Just wrapped up a package I was working on called Sigma. It’s super easy to use!

status = Sigma.status(:acquia)
# Returns:
"Operational"

Checkout the readme for more, it’s easy to integrate into whatever to keep tabs on the various status pages online.

Here’s a simple integration I made:

https://stackshare-status.herokuapp.com/

Source code: https://github.com/leanstack/stackshare-status

2 Likes

Awesome.

The correct url for Baremetrics would be: http://status.baremetrics.com/

I’ll tweak the URL, thanks for the heads up!