Skip to content
/ bonar Public
forked from miharekar/bonar

Bonar: ponudniki študentske prehrane na zemljevidu

Notifications You must be signed in to change notification settings

BloomSN/bonar

 
 

Repository files navigation

#Bonar

Build Status Code Climate Coverage Status Dependency Status

bónar -ja m (ọ̑) kdor ve, kje imajo bone: poglejmo na bonar / ura je bila 19 in ni vedela kje bi jedla, zato je pogledala na bonar / ostala sva brez besed in ti si rekel bonar

Bonar: ponudniki študentske prehrane na zemljevidu

##About ###Scratching my own itch.

Nekega dne sem se lačen znašel v neznanem kraju. Kot pravi študent, sem najprej pomislil "le kje lahko jem na bone". Ugotovil sem, da ne obstaja niti ena mobilna aplikacija / mobilnikom prijazna spletna stran, ki bi prikazovala aktualno ponudbo študentske prehrane. Vse so ali nehali razvijati, ali pa prikazujejo netočne in/ali zastarele informacije. Zato sem se odločil, da naredim svojo.

###Tech Ko sem začenjal z izdelavo, sem se ravno začenjal učiti Ruby on Rails. Ker ni nič boljšega, kot učenje s prakso, sem naredil spletno aplikacijo kar z Railsi. Bonar je tako moj prvi RoR projekt in tako moj playground.

###Issues Če imate kakršnekoli probleme, pripombe ali ideje glede Bonarja, kar odprite issue.

##Thanks

  • Miha Rekar @mrfoto - for building this awsome project
  • Boštjan Vidovič: @bostjanvidovic - for the icon
  • Mladen Prajdić: @MladenPrajdic - for his sql expertise
  • Adam Sanderson: @adamsanderson - for help with Postgres arrays
  • Peter Gracar: @Pickled_Pete - for the name "Bonar"
  • Domen Savič: @savicdomen - for countless RTs
  • All other Facebook friends and Twitter followers for spreading the love

##Unofficial API

The API is in no way associated with official website Študentska prehrana. It is simply one more thing I'm giving back to community as a part of Open data.si project.

I scrape the data from the official site every day at 05:00 GMT. The updating process takes roughly 10 minutes.

Should you use it, you absolutely must cache the response, since the data only changes once per day and the size of the response is pretty big.

###Get restaurants

  • GET http://bonar.si/api/restaurants will return all restaurants.
[
  {
    "id": 12813,
    "name": "Halo Shaolin - dostava",
    "address": "Trg OF 13, Ljubljana",
    "telephone": [
      "040549068",
      "0803808"
    ],
    "price": "4.0",
    "coordinates": [
      "46.0541149271136",
      "14.557732745077"
    ],
    "opening": {
      "week": [
        "10:00",
        "20:00"
      ],
      "saturday": [
        "11:00",
        "20:00"
      ],
      "sunday": [
        "11:00",
        "20:00"
      ],
      "notes": "27.12. od 08.00 do 18.0030.12. od 08.00 do 20.0031.12. od 08.00 do 15.00"
    },
    "menu": [
      [
        "kislo pekoča juha",
        "govedina zelenjavo",
        "mešana",
        "ocvrta banana"
      ],
      [
        "zelenjavna juha",
        "mongolska govedina",
        "mešana",
        "Ocvrti ananas"
      ],
      [
        "koruzna z rakci",
        "riž s piščancem",
        "mešana",
        "ocvrta banana"
      ]
    ],
    "features": [
      {
        "id": 2,
        "title": "celiakiji prijazni obroki"
      },
      {
        "id": 5,
        "title": "dostava"
      },
      {
        "id": 11,
        "title": "kosila"
      },
      {
        "id": 10,
        "title": "odprto ob vikendih"
      },
      {
        "id": 1,
        "title": "vegetarijanska prehrana"
      }
    ]
  },
  {
    "id": 12814,
    "name": "Hiša pod gradom",
    "address": "Streliška 10, Ljubljana",
    "telephone": [],
    "price": "3.27",
    "coordinates": [
      "46.0493199622809",
      "14.5113411755481"
    ],
    "opening": {
      "week": [
        "11:00",
        "20:00"
      ],
      "saturday": [
        "12:00",
        "20:00"
      ],
      "sunday": false
    },
    "menu": [],
    "features": [
      {
        "id": 2,
        "title": "celiakiji prijazni obroki"
      },
      {
        "id": 11,
        "title": "kosila"
      },
      {
        "id": 10,
        "title": "odprto ob vikendih"
      },
      {
        "id": 1,
        "title": "vegetarijanska prehrana"
      }
    ]
  },
]

About

Bonar: ponudniki študentske prehrane na zemljevidu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.4%
  • HTML 18.3%
  • CSS 4.4%
  • JavaScript 0.9%