Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 387 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 387 Bytes

Descom Monitor

Kiosk electron app for displaying websites.

Configuration

Fill a file named config.json with the following content:

{
  "interval": 10000,
  "steps": [
    {
      "name": "TORTITAS",
      "interval": 10000,
      "url": "https://tortitas.eu"
    },
    {
      "name": "DESCOM",
      "interval": 2000,
      "url": "https://descom.es"
    }
  ]
}