Posts by Rafa • 1 point
1 post
-
0
votes2
answers900
viewsA: Return JSON from API with parameter
Bruno’s answer I think would work, or you can try it like this: String uri = "http://api.openweathermap.org/data/2.5/weather?q="+name+"&units=metric&appid="+appid"; I think that would be it.…