Skip to content

Commit

Permalink
docs: add a list of the other possible barable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoderhtml committed Oct 10, 2024
1 parent 424136f commit 536dc3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ This function requires a `WAKATIME_API_KEY` and potentialy a `WAKATIME_URL`.
This function requires a `WAKATIME_API_KEY` and potentialy a `WAKATIME_URL`.

### Your top Wakatime Languages formated as a bar

```
{{ wakatimeData.Languages | wakatimeCategoryBar 5 }}
```
Expand All @@ -337,6 +338,10 @@ Markdown 31m 42s █░░░░░░░░░░░░░░░░░
Bash 25m 51s █░░░░░░░░░░░░░░░░░░░░░░░░ 3.84%
```

This can also be done with `Categories`, `Projects`, `Editors`, `OperatingSystems`, and `Dependencies`

This function requires a `WAKATIME_API_KEY` and potentialy a `WAKATIME_URL`.

### Other Wakatime data

You can find the full list of the data you can get at [wakatimeTypes.go](./wakatimeTypes.go)
Expand Down

0 comments on commit 536dc3c

Please sign in to comment.