Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 432 Bytes

Classes-Timeline-Server

A simple node server using the pebble-api library and an ical parser to push pins to the timeline for my Pebble app Classes.

If you want to use this for your own app, make a config.json file with following layout:

{
	"userToken": "Your Pebble watch's userToken",
	"icalURL": "Your iCal URL for your timetable"
}