Application that provides an enhanced version of your scheduling software for universities that use "VT Agenda" software.
# Install dependencies
$ npm install
# Run the API (replace with the original "VT Agenda" website URL)
$ npx wrangler pages dev ./functions -b VT_AGENDA_URL="https://edt.example.fr"
# Run the app
$ npm run dev
You need to set up a Cloudflare Pages: https://developers.cloudflare.com/pages/get-started/
Add environment variables
VT_AGENDA_URL=https://edt.example.fr
NODE_VERSION=16.16.0