A map that draws from both Google Calendar and the CODE Learning Platform API to render live data about room usage for the campus of CODE University of Applied Sciences. Intended to run on a TV screen.
Create a file .env
and fill it with values that look like the values in .env.example
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You'll need to sign in with your CODE Google account.
We pull data from multiple data sources:
On the first slide, the map with the highlighted bookings and events is generated based on data from Google Calendar. The user has to sign in, and we fetch these events from their calendar.
The other slides are generated based on Slack posts.
In the future, we plan to pull supplemental info about campus events and academic deadlines from the CODE Learning Platform (intranet of CODE University)