Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aramshiva/transit
🚄 Fun graphs I make for the puget sound!
https://github.com/aramshiva/transit
onebusaway pugetsound soundtransit transit
Last synced: 2 days ago
JSON representation
🚄 Fun graphs I make for the puget sound!
- Host: GitHub
- URL: https://github.com/aramshiva/transit
- Owner: aramshiva
- Created: 2024-08-14T04:48:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T06:23:26.000Z (3 months ago)
- Last Synced: 2024-12-15T11:04:41.686Z (7 days ago)
- Topics: onebusaway, pugetsound, soundtransit, transit
- Language: TypeScript
- Homepage: https://transit.aram.sh
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> This project is a WIP, the app is not fully developed and more will come in the near future.# 🚝 Transit
This is an open-source tool to allow seattleites riding transit in the puget sound to have a nice all-in-one app to track their transit. This data is based off real time REST APIs provided by [Puget Sound](https://www.soundtransit.org/help-contacts/business-information/open-transit-data-otd) in a collabration with [OneBusAway](https://onebusaway.org/).## APIs
For this project, I have made a Next.js API Route wrapper for all the OneBusAway REST APIs. It can be found in [`/src/pages/api/pugetsound`](https://github.com/aramshiva/transit/tree/main/src/pages/api/pugetsound), aswell as `README.md` documents for documentation.## Stack
This app is written in [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/). I deploy the project using [Vercel](https://vercel.com). I may add a [Expo](https://expo.dev/) mobile app for android and iOS at a later date.## Self Hosting
Currently, Transit is not able to self-host to adapt to another city however I may add documentation later