Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arrow2nd/idol-birthday

🎂 アイドルのお誕生日をカウントダウン
https://github.com/arrow2nd/idol-birthday

idolmaster remix

Last synced: 25 days ago
JSON representation

🎂 アイドルのお誕生日をカウントダウン

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
```