Skip to content

Commit d558859

Browse files
authored
Update README.md
1 parent bf8ae91 commit d558859

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
![Platform](https://img.shields.io/badge/platform-Android-brightgreen.svg?color=00ADB5&style=for-the-badge)
44
![Repo Size](https://img.shields.io/github/repo-size/dev-aniketj/Weather-App?color=00ADB5&style=for-the-badge)
55

6+
## Preview
7+
8+
<img src="https://github.com/dev-aniketj/Weather-App/blob/master/SS/gif1.gif" width="200"/>
9+
10+
## Screenshots
11+
12+
<p float="left">
13+
<img src="https://github.com/dev-aniketj/Weather-App/blob/master/SS/image1.jpg" width="200"/>
14+
<img src="https://github.com/dev-aniketj/Weather-App/blob/master/SS/image2.jpg" width="200"/>
15+
</p>
16+
17+
618
#### Simple and Beautiful Weather App using Java.
719

820
I am using **https://openweathermap.org/** to get all the data using JSON file.
@@ -36,17 +48,6 @@ public final static String API_KEY = "81a26c8f0de407b94623e9f43e825679";
3648

3749
> Single API key on have
3850
39-
## Preview
40-
41-
<img src="https://github.com/dev-aniketj/Weather-App/blob/master/SS/gif1.gif" width="200"/>
42-
43-
## Screenshots
44-
45-
<p float="left">
46-
<img src="https://github.com/dev-aniketj/Weather-App/blob/master/SS/image1.jpg" width="200"/>
47-
<img src="https://github.com/dev-aniketj/Weather-App/blob/master/SS/image2.jpg" width="200"/>
48-
</p>
49-
5051
## Contributing
5152

5253
Please fork this repository and contribute back. Any contributions, large or small, major or minor features, bug fixes, are welcomed and appreciated but will be thoroughly reviewed.

0 commit comments

Comments
 (0)