The useful UltraVanilla Navigator.
This is basically a combination of the ST Router and the UVDOT Router, but in (hopefully) more beautiful and useful.
- Search for routes
- Filter by transport methods
- Show search results (kinda necessary when you can search, right?)
- Filter results
- Show routes in detail
- Show Itinerary
- Show Map
Some fun stuff:
- Show both ingame time and real time
- Show player count
- Clone the repository
- Install dependencies with deno:
deno install - Build:
deno task build - Run the server:
PORT=4173 HOST=localhost deno run -ERN build/index.js(You can adjust port and host if needed)
Feel free to copy / use the code for the map, if you need it.