Skip to content

Commit

Permalink
Fix README.md (#4)
Browse files Browse the repository at this point in the history
* Fix README.md, screenshot loads correctly now
* Sample config file included
  • Loading branch information
ljagiello committed Oct 1, 2023
1 parent a4018b3 commit 1768b06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# airdash
Show AirGradient measurements in MacOS menu bar

![Screenshot 2023-09-30 at 13 49 17](https://github.com/ljagiello/airdash/assets/380707/0d569e90-2a96-49af-8c6f-6020a53a7766)
![screenshot](screenshot.png)

## Config
Configuration location - `~user/.airdash/config.yaml`
```yaml
token: <secret-token>
interval: 60
tempUnit: F
```
## API
Expand Down
3 changes: 3 additions & 0 deletions config.sample.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
token: <your-secret-token>
interval: 60
tempUnit: F
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1768b06

Please sign in to comment.