Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```