today.webhook/app
imnyang 40116ec84c
Add initial project setup with Docker, GitHub Actions, and meal timetable functionality
- Create Dockerfile for multi-stage build
- Set up GitHub Actions workflow for CI/CD
- Implement meal and timetable fetching logic
- Add README and configuration files
- Include cron job for scheduled execution
- Establish .gitignore for build artifacts and environment files
2026-03-06 23:32:46 +09:00
..
lib Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +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 Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
index.ts Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
package.json Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +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 Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09: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.