https://github.com/dolegi/is_it_down
https://github.com/dolegi/is_it_down
elixir
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dolegi/is_it_down
- Owner: dolegi
- Created: 2017-03-12T22:38:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T00:59:44.000Z (over 9 years ago)
- Last Synced: 2025-02-17T17:57:54.618Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IsItDown
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `is_it_down` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:is_it_down, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/is_it_down](https://hexdocs.pm/is_it_down).