Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrow2nd/idol-birthday
🎂 アイドルのお誕生日をカウントダウン
https://github.com/arrow2nd/idol-birthday
idolmaster remix
Last synced: 25 days ago
JSON representation
🎂 アイドルのお誕生日をカウントダウン
- Host: GitHub
- URL: https://github.com/arrow2nd/idol-birthday
- Owner: arrow2nd
- License: mit
- Created: 2022-08-28T13:02:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:49:26.000Z (6 months ago)
- Last Synced: 2024-05-04T00:16:23.104Z (6 months ago)
- Topics: idolmaster, remix
- Language: TypeScript
- Homepage: https://idol-birthday.vercel.app
- Size: 4.68 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idol-birthday
🎂 アイマスアイドルのお誕生日をカウントダウンするサイト
[![Powered by im@sparql](https://img.shields.io/badge/powered%20by-im%40sparql-F34F6D)](https://sparql.crssnky.xyz/imas/)
[![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=idol-birthday)](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
```