This web service offers one-day planning. Using the Google Calendar and EasyRoom APIs, it returns the merge of the events with the free classrooms in which to spend the free time. Check it out!
-
Users must sign in with google accounts using Google+ APIs
-
Select a Google Calendar to get your events
-
Merge of events in the calendar with free classrooms of University of Trento
-
See your planned day
-
Google+ and Google Calendar adapter, integrated in this project
-
Easyroom service adapter, integrated in this project
-
Database service adapter, integrated in this project
Heroku deployment at this link
-
Install the dependencies:
npm install
-
Start the service
npm start
-
Go to
localhost:3000
and follow the instructions