This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lyla
committed
Mar 4, 2015
1 parent
1d42493
commit ea6e195
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit ea6e195
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
i am trying to get data of Hawthorn,Australia. so I have passed postal code 3122. but it gives weather data of Gemeente Schiedam,NL. but when i have passed parameter like this 3122,au.it gives perfect result.
1)so how can i pass this kind of parameter q="{postalcode}{country}" in code?
2)why this two urls give different data?
http://api.openweathermap.org/data/2.5/forecast/daily?q=3122&mode=json&units=metric&cnt=7&appid=your app id
Pass your Preferred Appid.
StringBuilder
?