https://github.com/vincenthardouin/metro-travel
Challenge yourself daily to find the optimal route between two Paris Metro stations
https://github.com/vincenthardouin/metro-travel
daily daily-game game gtfs jeux metro paris
Last synced: 6 months ago
JSON representation
Challenge yourself daily to find the optimal route between two Paris Metro stations
- Host: GitHub
- URL: https://github.com/vincenthardouin/metro-travel
- Owner: VincentHardouin
- License: agpl-3.0
- Created: 2024-02-25T09:42:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T21:15:06.000Z (7 months ago)
- Last Synced: 2025-03-27T08:45:12.302Z (7 months ago)
- Topics: daily, daily-game, game, gtfs, jeux, metro, paris
- Language: JavaScript
- Homepage: https://metro-travel.vincenthardouin.dev/
- Size: 18.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metro travel
Challenge yourself daily to find the optimal route between two Paris Metro stations.
## Development & Contribution
This project is a personal project, but if you want to contribute, feel free to open an issue or a pull request.
### Requirements
- Node.js 20
### Install
```bash
npm ci
```### Start
```bash
npm start
```### Build
```bash
npm run build
```### Test
```bash
npm test
```