-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
150a047
commit 0aa7af6
Showing
1 changed file
with
5 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,9 @@ | ||
# WeatherApplication | ||
# Weather Application | ||
|
||
|
||
A java Gui based Weather application with good graphics and icons | ||
This application can tell weather of any place in world ..just need to type the location | ||
A java Gui based Weather application with dynamic backgrounds and weather icons. | ||
|
||
Though it provides basic information but can be easily scalable to get large information | ||
So anyone can use this project and freely contribute to this project so that next person finds it better position and can contribute it further. | ||
Though it provides basic information but is easily scalable. | ||
Anyone can contribute to this project to improve its features, looks and feel. | ||
|
||
I have used open weather api to get weather json data which I later deserialized to get the desired results . The final results are shown in interactive way using images of different types..icons etc | ||
|
||
Though it's basic app but the quality of work that can be done on such kind of applications can be interactive and i done the same . | ||
|
||
All the weather icons and png images I have provide under src/weather2 package which you can use accordingly. | ||
|
||
Just Pull or Clone the repository and enjoy working | ||
|
||
Enjoy !! | ||
:D | ||
I have used open weather API for weather related information. The final results are shown in interactive way using images and icons for different weathers. |