today.webhook/app
2026-04-04 00:06:14 +09:00
..
lib Refactor NameToEmoji function to use Google Generative AI and update error handling 2026-04-04 00:06:14 +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 index.ts 2026-03-15 22:59:05 +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.