This project is not affiliated with, endorsed by, or connected to RATP or Île-de-France Mobilités in any way.
This game is just like Wordle, but you guess Paris metro stations. Rather than letters, your hints are:
- Lines
- Town
- Fare zone
- Distance from objective
git clone https://github.com/leflon/metrodleor
gh repo clone leflon/metrodle
npm installThis project relies on the Ile-de-France Mobilités OpenData API to retrieve all metro lines and stops data.
To populate your SQLite database with this data, run the fetch.js script:
node fetch.js [--wipe|-w] [--local|-l]Arguments:
--wipe, -w: Wipes the previous content of your database. By default, it will keep everything as it an only add new entries.--local, -l: When you fetch from the OpenData, notice that you have three json files stored, corresponding to the plain downloaded data. To avoid remotely fetching everytime, by default, the script will use the local data to function.
Rename .env.example to .env and fill in the values.
npm run devPaul Leflon
