![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Sexy Programmer
|
Weather Forecast Program
I am in the planning process of a project I would like to create. It's a weather forecast program. When you launch it for the first time, it would prompt you for your zip code. After that, the program will launch the weather for the day or week, w/e you pick.
I was wondering though, how would I be able to get the forecast. I know I would have to get it through a website, but does anyone have a web source where I could easily extract the current weather condition? I was thinking about an RSS feed but I am not really good with the XML packages in Java. Anyone have any suggestions?
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#2 |
|
Expert Programmer
|
Try Here for a free web service.
http://www.xmethods.com/ve2/index.po...zWcj8(QHyMHiRM) All you have to do is implement it into your program using java. The site listed is full of free services, just find a weather one. Here's the C# source I was looking at which is how I found the first site. Should be easy to convert to Java. If you want to look for a different service, just google free weather services or something. It's not exactly populated with free weather services, but you might find an odd one or teo. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Language display in program | Prm753 | C++ | 3 | May 30th, 2006 5:45 PM |
| Creating a program to test a program | sixstringartist | C | 8 | Jan 21st, 2006 1:15 PM |
| auto run hidden program. | kuroko | C++ | 9 | Aug 6th, 2005 10:05 AM |
| Program gets aborted on large input | shinni | C++ | 3 | Mar 12th, 2005 8:26 AM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |