[ ] A ProxyModel for the weather (To understand what a proxy model is, look location in dashboard.models.py). It should store celsius, fahrenheit, sunset and sunrise
[ ] A function which takes longitudeand latitudeas arguments and returns the result from the api call stripped to just include what we want (the four fields above)
Get weather forecast based on user location