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

https://github.com/isaacvando/scheduler

Tool for generating conference schedules
https://github.com/isaacvando/scheduler

Last synced: 2 months ago
JSON representation

Tool for generating conference schedules

Awesome Lists containing this project

README

        

# scheduler

This is a tool for generating an HTML schedule for a gathering like a conference where the events are displayed relative to each other based on their start and end times.

To use, paste or a type a CSV file into the text area. Include the following columns in any order `title,name,start,end,link,venue` followed by corresponding rows. Each row represents a single event.

This is an example schedule I generated for Strange Loop:
![example schedule](./example.png)

Once you generate a schedule, you can download the HTML for it using devtools and style as desired.