public
imalexnord
read
Slot
Calendar-first scheduling powered by Cloudflare Workers and Google Calendar.
Languages
Repository composition by tracked source files.
TypeScript
79%
CSS
19%
SQL
2%
HTML
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/slot.git
ssh://[email protected]:2222/user/imalexnord/slot.git
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "slot",
"main": "./worker/index.ts",
"compatibility_date": "2026-07-25",
"assets": {
"not_found_handling": "single-page-application",
"run_worker_first": [
"/api/*",
"/auth/*"
]
},
"d1_databases": [
{
"binding": "DB",
"database_name": "slot-db",
"migrations_dir": "migrations",
"database_id": "0b786b3a-fac1-4e26-b1b5-1c994ed4026e"
}
]
}