Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matchai/waka-box
📊 Update a pinned gist to contain your weekly WakaTime stats
https://github.com/matchai/waka-box
pinned-gist
Last synced: 4 months ago
JSON representation
📊 Update a pinned gist to contain your weekly WakaTime stats
- Host: GitHub
- URL: https://github.com/matchai/waka-box
- Owner: matchai
- License: isc
- Archived: true
- Created: 2019-03-16T21:33:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T17:20:29.000Z (6 months ago)
- Last Synced: 2024-09-21T04:02:12.162Z (4 months ago)
- Topics: pinned-gist
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 1,391
- Watchers: 11
- Forks: 1,794
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pinned-gists - waka-box - Update a pinned gist to contain your weekly WakaTime stats. (External Services)
- awesome-github-star - waka-box
- awesome - matchai/waka-box - 📊 Update a pinned gist to contain your weekly WakaTime stats (JavaScript)
- awesome - matchai/waka-box - 📊 Update a pinned gist to contain your weekly WakaTime stats (JavaScript)
- stars - waka-box
- stars - waka-box
README
waka-box
Update a pinned gist to contain your weekly WakaTime stats
---
> 📌✨ For more pinned-gist projects like this one, check out: https://github.com/matchai/awesome-pinned-gists
## Setup
### Prep work
1. Create a new public GitHub Gist (https://gist.github.com/)
1. Create a token with the `gist` scope and copy it. (https://github.com/settings/tokens/new)
1. Create a WakaTime account (https://wakatime.com/signup)
1. In your WakaTime profile settings (https://wakatime.com/settings/profile) ensure `Display coding activity publicly` and `Display languages, editors, operating systems publicly` are checked.
1. In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/api-key)### Project setup
1. Fork this repo
1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
- **GH_TOKEN:** The GitHub token generated above.
- **WAKATIME_API_KEY:** The API key for your WakaTime account.