About this project

Nuggets is an web- and Android application that is designed for people who love nuggets. It allows you to easily find the nearest open McDonalds that is currently serving nuggets (those who are not currently serving breakfast).

How does it work?

It works by finding your location using the Javascript Geolocation API, and then sending it to the server to calculate the nearest place to get nuggets. The server has a database with coordinates for all of McDonalds swedish resturants, and using a Google Maps API it can sort them by closest driving distance. If something goes wrong while fetching the distances, the server will just return the direct distance as the crow flies.

Can I try it out?

Yes you can! The Android app can be found on Google Play (Sweden only) and the web app can be reached by going to nuggets.nu using your browser.