- Make sure you have node.js installed
- Run
npm install
from the project directory - Get Google developer credentials for the Google Calendar API (go to the Google Developer console for that), download the credentials as
.json
, rename the file tokey.json
and put that file into thecredentials
-folder
node index.js
Browse to http://localhost:8080/ in your browser.