···11-# Tangled Activity Graph API
11+# Tangled Activity Graph
2233-Tangled の Atom フィードを集計し、GitHub README に埋め込める SVG のカレンダーヒートマップを返す Vercel Serverless Functions プロジェクトです。
33+Show your Tangled contribution graph on your GitHub profile.
4455-このプロジェクトでは、ローカル環境で Vercel CLI にログインしたり `npx vercel` を実行したりする必要はありません。
66-77-## セットアップ
55+## Preview
8699-```bash
1010-npm install
1111-npm run build
1212-```
77+<p align="center">
88+ <img src="./screenshot.png" alt="Tangled Activity Graph preview on a GitHub profile" width="960" />
99+</p>
13101414-ローカル起動:
1111+## Overview
15121616-```bash
1717-npm run dev
1818-```
1313+Contribution history is part of an engineer's identity.
1414+This project helps you showcase your activity beyond GitHub by rendering Tangled activity as a GitHub-style contribution heatmap.
19152020-ローカル確認 URL:
1616+Use it to make your profile more expressive and highlight consistent work across platforms.
21172222-```text
2323-http://localhost:3000/api/graph?account=nove-b.dev&range=1
2424-```
1818+## How To Use
25192626-## エンドポイント
2020+Paste the image URL below anywhere in your GitHub profile README.
27212828-```text
2929-/api/graph?account=nove-b.dev&range=1
2222+```md
2323+
3024```
31253232-- `account`: Tangled のアカウント名。`@` ありでも受け付けます。
3333-- `range`: 1〜12 の月数。省略時は 12。
3434-3535-## README への埋め込み例
2626+## Parameters
36273737-```md
3838-
3939-```
2828+- account: Your Tangled account name. Both with and without @ are supported.
2929+- range: Period to display in months (1-12). Default is 12.
40304141-## デプロイ
3131+## Endpoint
42324343-1. GitHub にこのプロジェクトを push します。
4444-2. Vercel ダッシュボードで該当 GitHub リポジトリを Import します。
4545-3. 以降は push ごとに自動デプロイされます。
3333+https://tangled-activity.vercel.app/api/graph?account=nove-b.dev&range=12
46344747-デプロイ後、以下の形式で GitHub アカウントの `README.md` に埋め込めます。
3535+## License
48364949-```md
5050-
5151-```3737+MIT License