Skip to content

Commit

Permalink
doc add config example
Browse files Browse the repository at this point in the history
  • Loading branch information
da4throux authored Oct 14, 2018
1 parent 31ee7dd commit 159f9b2
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,25 @@ npm install
## config example
```
{
lists: [
{
},
],
debug: false,
lists: [
{
type: 'gTasks',
name: 'MMM',
label: 'da4throux tasks',
updateInterval: 1000 * 60 * 1 * 1, //every minutes
icon: 'fas fa-male',
},
{
type: 'gTasks',
name: 'Compliments',
label: 'da4throux compliments',
color: 'pink',
icon: 'fas fa-female',
updateInterval: 1000 * 60 * 1 * 1, //every minutes
}
],
}
```

Expand Down

0 comments on commit 159f9b2

Please sign in to comment.