This commit is contained in:
Nicholas Orlowsky 2026-02-16 21:37:19 -05:00
parent 9297006ab3
commit e41e8adefc
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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)