https://github.com/krystxf/metro-now
🚏 Public transport departures from nearest station
https://github.com/krystxf/metro-now
golemioapi gtfs hacktoberfest ios-app nestjs open-data public-transport swiftui watchos-app
Last synced: 5 months ago
JSON representation
🚏 Public transport departures from nearest station
- Host: GitHub
- URL: https://github.com/krystxf/metro-now
- Owner: krystxf
- License: mpl-2.0
- Created: 2024-04-05T19:24:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T15:05:23.000Z (9 months ago)
- Last Synced: 2025-09-19T17:33:42.933Z (9 months ago)
- Topics: golemioapi, gtfs, hacktoberfest, ios-app, nestjs, open-data, public-transport, swiftui, watchos-app
- Language: TypeScript
- Homepage: https://metronow.dev
- Size: 89.2 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Metro now

# Setup
## Backend
```shell
pnpm i
pnpm dev
cd apps/backend
cp .env.example .env
vim .env # update your .envs
```
## Docs
```shell
cd docs
pnpm i
pnpm dev
```
## App
Open in xcode for best development experience