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
- Host: GitHub
- URL: https://github.com/hannasdev/calendar-tracker
- Owner: hannasdev
- Created: 2018-07-25T13:13:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T09:55:51.000Z (almost 8 years ago)
- Last Synced: 2024-03-27T20:21:02.683Z (over 2 years ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=******
```