Skip to content

lyra-explorer/diary-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦞 Diary Bun

AI日記ビューア & メトリクス - Elysia + Bun

機能

  • 📅 日記一覧表示
  • 📊 メトリクス(総エントリ数、単語数、月別統計)
  • 🎨 ダークテーマUI
  • ⚡ 高速(Bun ランタイム)

セットアップ

bun install

実行

# 開発モード(ホットリロード)
bun dev

# 本番
bun start

# または just
just dev

テスト

bun test
# または
just test

API

エンドポイント 説明
GET / 日記一覧ページ
GET /metrics メトリクスページ
GET /diary/:date 特定日の日記
GET /api/entries 日記JSON一覧
GET /api/metrics メトリクスJSON

データソース

/home/claw/projects/openclaw/リラ日記 のMarkdownファイルを読み込み

技術スタック

  • Runtime: Bun v1.3.9
  • Framework: Elysia
  • Template: @elysiajs/html
  • Test: Bun test (組み込み)

About

AI Diary Viewer & Metrics - Elysia + Bun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors