Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imtsuki/waka-box
https://github.com/imtsuki/waka-box
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imtsuki/waka-box
- Owner: imtsuki
- License: isc
- Created: 2020-03-02T03:32:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T10:51:17.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T10:25:41.013Z (about 2 months ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/api-key)### Project setup
1. Fork this repo
1. Edit the [environment variable](https://github.com/matchai/waka-box/blob/master/.github/workflows/schedule.yml#L13-L15) in `.github/workflows/schedule.yml`:- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
- **GH_TOKEN:** The GitHub token generated above.
- **WAKATIME_API_KEY:** The API key for your WakaTime account.