https://github.com/thomwright/nest-exporter
https://github.com/thomwright/nest-exporter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomwright/nest-exporter
- Owner: ThomWright
- License: gpl-3.0
- Created: 2019-01-08T18:41:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T20:47:55.000Z (about 6 years ago)
- Last Synced: 2025-01-18T17:57:09.744Z (4 months ago)
- Language: Haskell
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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
```