19 lines
644 B
Markdown
19 lines
644 B
Markdown
# SEPTASTIC
|
|
|
|
A fantastic way to ride SEPTA.
|
|
|
|
This is a (hastily written) rust program that provides schedule information and
|
|
live information for gtfs data feeds (though is specifically tailored to SEPTA).
|
|
|
|
## Roadmap
|
|
|
|
- [] implement gtfs-rt instead of SEPTA's proprietary API
|
|
- [] implement routing
|
|
- [] implement a map to show location of vehicles
|
|
- [] implement support for connecting legs of a Regional Rail trip
|
|
- [] work on providing a better experience with non-SEPTA gtfs files
|
|
- [] simple account system to save info such as work commute/fav routes
|
|
|
|
---
|
|
|
|
I have an instance of this running at [septastic.net](https://septastic.net)
|