today.webhook/app
imnyang 601ebca93e
All checks were successful
/ print-content (push) Successful in 13s
Update timetable function to add input validation and improve error handling
2026-04-04 00:06:19 +09:00
..
lib Update timetable function to add input validation and improve error handling 2026-04-04 00:06:19 +09:00
.gitignore Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
bun.lock Refactor NameToEmoji function to use Google Generative AI and update error handling 2026-04-04 00:06:14 +09:00
index.ts Update timetable function to add input validation and improve error handling 2026-04-04 00:06:19 +09:00
package.json Refactor NameToEmoji function to use Google Generative AI and update error handling 2026-04-04 00:06:14 +09:00
README.md Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
run.sh idkwtfissue 2026-03-09 13:18:05 +00:00
test.ts Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
tsconfig.json Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00

app

To install dependencies:

bun install

To run:

bun run index.ts

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