cleanweather
cleanweather copied to clipboard
☀️ A weather app built with NativeScript and Vue.js
Results
1
cleanweather issues
Sort by
recently updated
recently updated
newest added
The terms of use for the openstreetmap.org have changed. You now have to present the user-agent header when accessing the api. An example implementation is below. http.request({ url: "https://nominatim.openstreetmap.org/reverse?format=json&lat="+lat+"&lon="+long+"&zoom=18&addressdetails=1", method:...