An open API service indexing awesome lists of open source software.

https://github.com/hannasdev/calendar-tracker

Tracking events in google calendar
https://github.com/hannasdev/calendar-tracker

Last synced: 9 months ago
JSON representation

Tracking events in google calendar

Awesome Lists containing this project

README

          

# Calendar-Tracker

Tracks events from google calendar to display statistics on how the user spends their time.

## Setup

You need an .env file with the following content (ask administrator for secret values):

```env
GOOGLE_CLIENT_ID=******
GOOGLE_CLIENT_SECRET=******
SERVER_HOST=http://localhost
SERVER_PORT=4000
MONGO_USER=******
MONGO_PASSWORD=******
COOKIE_KEY=******
```