https://github.com/justinchuby/nj-transit
My tools for processing NJ Transit data
https://github.com/justinchuby/nj-transit
Last synced: about 2 months ago
JSON representation
My tools for processing NJ Transit data
- Host: GitHub
- URL: https://github.com/justinchuby/nj-transit
- Owner: justinchuby
- License: mit
- Created: 2023-08-16T13:46:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T18:38:32.000Z (almost 2 years ago)
- Last Synced: 2023-09-05T06:03:48.088Z (almost 2 years ago)
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nj-transit
My tools for processing NJ Transit data## Introduction
The repository is created to solve the following issue:
When one wants to ride a bus from the Port Authority bus terminal in NY to NJ, they want to know the soonest bus (among the routes they can take) that will depart and from which gate/door in the terminal building.
This tool uses the bus data from njtransit (https://www.njtransit.com/bus_data.zip) to find all the buses departing from the Port Authority bus terminal, which is then used for the app that will display the information.