Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shinyscorpion/elixir-status
- Owner: shinyscorpion
- License: mit
- Created: 2017-08-25T11:07:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T14:40:47.000Z (almost 5 years ago)
- Last Synced: 2024-05-09T21:51:39.955Z (6 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).