Skip to content

Commit 29bf31a

Browse files
committed
Update ReadMe.md
1 parent f15a119 commit 29bf31a

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

ios/WeatherApp/ReadMe.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
Read Me
1+
## React Native Weather App
2+
3+
Weather App for iOS, made with [React-Native](https://github.com/facebook/react-native).
4+
5+
### Screenshots:
6+
Screen1 | Screen2 | Screen3
7+
:-------------------------:|:-------------------------:|:-------------------------
8+
<img src="http://jsphkhan.github.io/ReactNativeWeatherApp/assets/screenshots/screen1.png" height="500" width="271"/> | <img src="http://jsphkhan.github.io/ReactNativeWeatherApp/assets/screenshots/screen2.png" height="500" width="271"/> | <img src="http://jsphkhan.github.io/ReactNativeWeatherApp/assets/screenshots/screen3.png" height="500" width="271"/>
9+
10+
11+
### Installation and Running
12+
##### Clone the repo
13+
```bash
14+
git clone https://github.com/jsphkhan/ReactNativeExamples.git
15+
```
16+
##### cd into the directory
17+
```bash
18+
cd ReactNativeExamples/ios/WeatherApp/
19+
```
20+
##### Install All dependent modules if you do not have already
21+
```bash
22+
npm install
23+
```
24+
##### To start the React packager
25+
```bash
26+
npm start
27+
```
28+
##### Launch XCode
29+
Double click WeatherApp.xcodeproj inside WeatherApp directory
30+
31+
##### Run project
32+
Run project by clicking on run button
33+
34+
### API credits
35+
[OpenWeatherMap.org](http://openweathermap.org/)
36+
37+
### Why this App?
38+
1. Love for React Native.
39+
2. Experimenting with different components and concepts.
40+
41+
42+
### Questions?
43+
Feel free to contact me on [twitter](https://twitter.com/joseph_rialab) or [create an issue](https://github.com/jsphkhan/ReactNativeExamples/issues/new)

0 commit comments

Comments
 (0)