today.isangjeong/app
imnyang 42be227916 feat: Integrate VTS functionality and improve emoji response system
- Added VTSList function to read and process Excel file for V.T.S. entries.
- Implemented isVTS function to check if a given date is in the VTS list.
- Updated CreateImage class to conditionally display "with V.T.S." based on VTS status.
- Enhanced NameToEmoji function's prompt for clarity and formatting.
- Added exceljs dependency for Excel file handling.
- Modified playground.ts for testing VTS functionality.
2025-05-10 21:09:55 +09:00
..
lib feat: Integrate VTS functionality and improve emoji response system 2025-05-10 21:09:55 +09:00
template 요즘 AI가 유행이죠? 저도 알아요요 2025-05-09 20:50:57 +09:00
.gitignore 이건 Python이 잘못했다다 2025-05-09 20:11:41 +09:00
bun.lock feat: Integrate VTS functionality and improve emoji response system 2025-05-10 21:09:55 +09:00
currentUser.json 이건 Python이 잘못했다다 2025-05-09 20:11:41 +09:00
index.ts 어제가 아니잖아!! 2025-05-09 22:59:00 +09:00
package-lock.json 이건 Python이 잘못했다다 2025-05-09 20:11:41 +09:00
package.json feat: Integrate VTS functionality and improve emoji response system 2025-05-10 21:09:55 +09:00
playground.ts feat: Integrate VTS functionality and improve emoji response system 2025-05-10 21:09:55 +09:00
README.md 이건 Python이 잘못했다다 2025-05-09 20:11:41 +09:00
run.sh 이건 Python이 잘못했다다 2025-05-09 20:11:41 +09:00
tsconfig.json 이건 Python이 잘못했다다 2025-05-09 20:11:41 +09:00

app

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.