Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aramshiva/transit
🚄 A transit application for puget sound!
https://github.com/aramshiva/transit
onebusaway pugetsound soundtransit transit
Last synced: 5 days ago
JSON representation
🚄 A transit application for puget sound!
- Host: GitHub
- URL: https://github.com/aramshiva/transit
- Owner: aramshiva
- Created: 2024-08-14T04:48:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T01:52:44.000Z (3 months ago)
- Last Synced: 2024-08-19T02:23:56.615Z (3 months ago)
- Topics: onebusaway, pugetsound, soundtransit, transit
- Language: TypeScript
- Homepage: https://transit.aram.sh
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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