this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add readme

Co-authored-by: Copilot <copilot@github.com>

+21 -35
+21 -35
README.md
··· 1 - # Tangled Activity Graph API 1 + # Tangled Activity Graph 2 2 3 - Tangled の Atom フィードを集計し、GitHub README に埋め込める SVG のカレンダーヒートマップを返す Vercel Serverless Functions プロジェクトです。 3 + Show your Tangled contribution graph on your GitHub profile. 4 4 5 - このプロジェクトでは、ローカル環境で Vercel CLI にログインしたり `npx vercel` を実行したりする必要はありません。 6 - 7 - ## セットアップ 5 + ## Preview 8 6 9 - ```bash 10 - npm install 11 - npm run build 12 - ``` 7 + <p align="center"> 8 + <img src="./screenshot.png" alt="Tangled Activity Graph preview on a GitHub profile" width="960" /> 9 + </p> 13 10 14 - ローカル起動: 11 + ## Overview 15 12 16 - ```bash 17 - npm run dev 18 - ``` 13 + Contribution history is part of an engineer's identity. 14 + This project helps you showcase your activity beyond GitHub by rendering Tangled activity as a GitHub-style contribution heatmap. 19 15 20 - ローカル確認 URL: 16 + Use it to make your profile more expressive and highlight consistent work across platforms. 21 17 22 - ```text 23 - http://localhost:3000/api/graph?account=nove-b.dev&range=1 24 - ``` 18 + ## How To Use 25 19 26 - ## エンドポイント 20 + Paste the image URL below anywhere in your GitHub profile README. 27 21 28 - ```text 29 - /api/graph?account=nove-b.dev&range=1 22 + ```md 23 + ![Tangled Activity](https://tangled-activity.vercel.app/api/graph?account=nove-b.dev&range=12) 30 24 ``` 31 25 32 - - `account`: Tangled のアカウント名。`@` ありでも受け付けます。 33 - - `range`: 1〜12 の月数。省略時は 12。 34 - 35 - ## README への埋め込み例 26 + ## Parameters 36 27 37 - ```md 38 - ![Tangled Activity](https://your-vercel-domain.vercel.app/api/graph?account=nove-b.dev&range=1) 39 - ``` 28 + - account: Your Tangled account name. Both with and without @ are supported. 29 + - range: Period to display in months (1-12). Default is 12. 40 30 41 - ## デプロイ 31 + ## Endpoint 42 32 43 - 1. GitHub にこのプロジェクトを push します。 44 - 2. Vercel ダッシュボードで該当 GitHub リポジトリを Import します。 45 - 3. 以降は push ごとに自動デプロイされます。 33 + https://tangled-activity.vercel.app/api/graph?account=nove-b.dev&range=12 46 34 47 - デプロイ後、以下の形式で GitHub アカウントの `README.md` に埋め込めます。 35 + ## License 48 36 49 - ```md 50 - ![Tangled Activity](https://your-vercel-domain.vercel.app/api/graph?account=nove-b.dev&range=1) 51 - ``` 37 + MIT License
screenshot.png

This is a binary file and will not be displayed.