https://github.com/arrow2nd/idol-birthday
🎂 アイドルのお誕生日をカウントダウン
https://github.com/arrow2nd/idol-birthday
idolmaster remix
Last synced: 19 days ago
JSON representation
🎂 アイドルのお誕生日をカウントダウン
- Host: GitHub
- URL: https://github.com/arrow2nd/idol-birthday
- Owner: arrow2nd
- License: mit
- Created: 2022-08-28T13:02:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T03:22:03.000Z (19 days ago)
- Last Synced: 2025-04-12T11:18:45.552Z (19 days ago)
- Topics: idolmaster, remix
- Language: TypeScript
- Homepage: https://idol-birthday.vercel.app
- Size: 5.83 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idol-birthday
🎂 アイマスアイドルのお誕生日をカウントダウンするサイト
[](https://sparql.crssnky.xyz/imas/)
[](https://idol-birthday.vercel.app)https://github.com/user-attachments/assets/c637f53f-c2ce-406d-be84-97a34dbaecb8
## できること
- im@sparql に収録されているアイドル・スタッフのお誕生日をカウントダウン
- 残り秒数を各種 SNS で共有## 実行
`.env` を以下の内容で作成し、プロジェクトルートに配置する
```
APP_SECRET=<任意のシークレット文字列>
```以下のコマンドで実行
```
pnpm dev
# or
pnpm build && pnpm start
```