Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.09 KB

CODE Campus Map

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.

Getting Started

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.

Screenshot 1 Screenshot 2

How it works

We pull data from multiple data sources:

Google

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.

Slack

The other slides are generated based on Slack posts.

CODE Learning Platform

In the future, we plan to pull supplemental info about campus events and academic deadlines from the CODE Learning Platform (intranet of CODE University)