File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TypeScript + Vite を使用したモダンな Web アプリケーションです
88- 🎯 ** TypeScript** : 型安全な JavaScript 開発
99- 🎨 ** モダンCSS** : CSS Variables、Grid、Flexbox を使用したレスポンシブデザイン
1010- 🌙 ** ダークテーマ** : 目に優しいダークモードUI
11- - 📈 ** Zennトレンド表示** : Zennの人気記事情報を取得 ・表示(開発中)
11+ - 📈 ** Zennトレンド表示** : [ 非公式API ] ( https://github.com/kaisugi/zenn-trend-api ) を利用したZennの人気記事情報の取得 ・表示(開発中)
1212
1313## 📋 必要な環境
1414
@@ -85,6 +85,13 @@ npm run dev
8585- ** ES2020** : モダンな JavaScript 機能
8686- ** CSS3** : フレキシブルレイアウトとアニメーション
8787
88+ ## 🔗 外部API
89+
90+ 本プロジェクトでは以下の非公式APIを使用しています:
91+ - ** Zenn Trend API** - [ kaisugi/zenn-trend-api] ( https://github.com/kaisugi/zenn-trend-api )
92+ - Zennのトレンド記事をJSON形式で取得する非公式API
93+ - エンドポイント: ` https://zenn-api.vercel.app/api/ `
94+
8895## 📄 ライセンス
8996
9097MIT License - 詳細は [ LICENSE] ( LICENSE ) ファイルをご確認ください。
You can’t perform that action at this time.
0 commit comments