An open API service indexing awesome lists of open source software.

https://github.com/erickit/smartthings-dashboard

Reads a Samsung Smartthings json report and shows a dashboard
https://github.com/erickit/smartthings-dashboard

Last synced: 10 months ago
JSON representation

Reads a Samsung Smartthings json report and shows a dashboard

Awesome Lists containing this project

README

          

# smartthings-dashboard

Creates a sveltekit dashboard

Requires a config file in `src/lib` that looks like

```{typescript}
const domain = 'http://mydomain.com';

export { domain };
```

---

Gets the data from the nodeJS smartthings-log-api project.

I have `nginx` set-up to serve the .json files the project below creates.