Updated readme
This commit is contained in:
parent
79473280dd
commit
5e2cfbfbff
11
README.md
11
README.md
@ -1,6 +1,17 @@
|
||||
# DVSMON - DVS dashboard monitor API
|
||||
This internal API is used to provide last heard dashboard data on the dvsph.net website.
|
||||
|
||||
## Config
|
||||
```
|
||||
{
|
||||
"last_access": 5, / Minutes before scraper sleep
|
||||
"page": "http://phoenix-f.opendmr.net/ipsc/_monitor.html", / Source page
|
||||
"reload": 3, / Scraper seconds
|
||||
"users": "https://radioid.net/static/users.json", / Source of user names
|
||||
"users_reload": 86400 / Seconds to reload user names
|
||||
}
|
||||
```
|
||||
|
||||
## Endpoints
|
||||
- /monitor - Outputs last heard data
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user