danieljwilson / Visual_Schedule

Visualization of your daily schedule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Schedule

Screens

There are two screens, Full Schedule and Current Event. Clicking anywhere onscreen alternates between the two.

Screen 1: Full Schedule

images/screen1.png

Screen 2: Current Event

images/screen2.png

Personalize

To use this template for your own schedule you will need to change the following lines of code:

1. Schedule

Replace schedule2.csv with your own schedule in csv format.

table = loadTable('assets/schedule2.csv', 'csv', 'header');

2. Timing

Check how many hours of offset your timezone is from UTC. In this case I was on Summer CET (+2).

var h = date.getUTCHours() + 2;

Contact

daniel.j.wilson@gmail.com

About

Visualization of your daily schedule


Languages

Language:JavaScript 99.9%Language:HTML 0.1%