codemaru
Summarize your developer activity as an embeddable GitHub README card.
Preview
Markdown
[](https://github.com/codemaru-demo)
HTML <picture>
<picture> <img alt="codemaru card for codemaru-demo" src="https://codemaru.bnbong.com/api/card.svg?github=codemaru-demo&boj=codemaru_demo&leetcode=codemaru_demo" /> </picture>
GitHub Action
coming soonname: Update codemaru card
on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: codemaru/codemaru-action@v1
with:
github: ${{ github.repository_owner }}
boj: codemaru_demo
leetcode: codemaru_demo
out: profile/codemaru.svg
- run: |
git config user.name "github-actions"
git config user.email "[email protected]"
git add profile/codemaru.svg
git commit -m "Update codemaru card" || exit 0
git push
Live data is best-effort — a platform that's unavailable just degrades the card. Scores summarize public activity, not an absolute skill rating.
codemaru