From e41e8adefc22840f3582606afe5822cba8808cf4 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 16 Feb 2026 21:37:19 -0500 Subject: [PATCH] cleanup --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9d4011 --- /dev/null +++ b/README.md @@ -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)