kyleb13 / MobileAppsGroup1

Our group project for the Android mobile app in TCSS450 class.
2 stars 1 forks source link

Weather Connection #42

Closed tambui142 closed 5 years ago

tambui142 commented 5 years ago

I have acquired an API key for OpenWeather.org. ffcc151bc33bd88d59414e3373ee8858

Endpoint URL for the forecast in Tacoma, WA: http://api.openweathermap.org/data/2.5/forecast?id=5812944&appid=ffcc151bc33bd88d59414e3373ee8858

For examples on how to use Java to parse this JSON data, see account.js and AccountSettingsFragment.java

sam2b commented 5 years ago

Done in PR #82