Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 728 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 728 Bytes

Transit Information

Using GTFS to provide useful transit maps and information

Cities/Areas

Cool/New JavaScript Used

  • AbortController

    to easily remove duplicate event listeners 👍

  • Web Workers API

    to load files and compile data in separate threads, allowing work to be done in parallel without blocking the browser's main thread, preventing the page from freezing in the browser