Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 29, 2024
1 parent d6bd6b1 commit 1325409
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

Minimalistic uptime server in Elixir with HTTP API and WebSocket SPA status page.

![image](https://github.com/erpuno/up/assets/144776/50a090c7-4ff0-4b9f-8a40-de32f750f06f)

```elixir
get "/"
get "/incidents"
get "/incidents/:id"
put "/incidents"
get "/maintenance"
get "/maintenance/:id"
put "/maintenance"
get "/metrics"
get "/metrics/:id"
put "/metrics"
get "/components"
get "/components/:type/:id"
put "/components"
get "/groups"
get "/groups/:type/:id"
put "/groups"
get "/users"
get "/users/:type/:id"
put "/users"
```

## Features

* Incidents reporting
Expand Down

0 comments on commit 1325409

Please sign in to comment.