jmesserli / svmeal-api

Api which scrapes menu plans from SV-Group websites
https://svmeal.pegnu.dev/api/restaurant
MIT License
12 stars 1 forks source link

Restaurants with different sub-urls have the same shortcut #5

Open jmesserli opened 8 years ago

jmesserli commented 8 years ago

example:

    {
      "name": "Gastronomie D4 - Mercino",
      "link": "http://d4.sv-restaurant.ch/de/menuplan/mercino.html",
      "shortcut": "d4",
      "public": true
    },
    {
      "name": "Gastronomie D4 - Oasis",
      "link": "http://d4.sv-restaurant.ch",
      "shortcut": "d4",
      "public": true
    }