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

https://github.com/thomwright/nest-exporter


https://github.com/thomwright/nest-exporter

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# nest-exporter

## Developing

```bash
# build
stack build

# run
stack exec -- next-exporter --help

# format source files
hfmt -w
```

Useful curl command:

```bash
curl https://developer-api.nest.com/devices/thermostats \
-L --location-trusted \
-H "Authorization: Bearer ACCESS_TOKEN" | jq
```