Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T18:04:45.000Z (5 months ago)
- Last Synced: 2024-07-12T20:16:20.215Z (5 months ago)
- Topics: daily, daily-game, game, gtfs, jeux, metro, paris
- Language: JavaScript
- Homepage: https://metro-travel.vincenthardouin.dev/
- Size: 17.3 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
```