Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinyscorpion/elixir-status

Application status reports endpoint
https://github.com/shinyscorpion/elixir-status

Last synced: 4 days ago
JSON representation

Application status reports endpoint

Awesome Lists containing this project

README

        

# Status

Status information for a running system.

## Installation

The package can be installed by adding `status`
to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:status, "~> 0.1"}
]
end
```

The docs can
be found at [https://hexdocs.pm/status](https://hexdocs.pm/status).