Packages

Core component used in ExGreenYet for monitoring services and their depending components.

Current section

Files

Jump to
Raw

README.md

# ExGreenYetCore
Does a simple check by monitoring an endpoint according to the URL and poll time specified.
## Installation
```elixir
def deps do
[
{:ex_greenyet_core, "~> 0.0.1"}
]
end
```
## License
ExGreenYetCore is released under the [MIT License](https://opensource.org/licenses/MIT).