The Mile End Roulette is to be used when you don't know where to eat in Mile End and you'd rather let fate (well, mathematics actually) decide for you!
https://mileend-roulette.vercel.app/
data.json source file is publicly available at
https://mileend-roulette.vercel.app/data.json
API endpoint: https://mileend-roulette.vercel.app/api
/[state]: lists all establishments/[state]/random: randomly selects one establishment
The three available states are:
hungry: for restaurantsthirsty: for barsboth: for bars where you can eat / restaurants where you can have alcoholic drinks
- https://mileend-roulette.vercel.app/api/hungry will list all restaurants
- https://mileend-roulette.vercel.app/api/thirsty/random will randomly select a bar
The result is in JSON format:
{"name":"Arahova Souvlaki","address":"256 Saint-Viateur O","comment":"Greek","lunch":true}