https://github.com/ibelgin/simple-weather-app
This is A Simple React Native Weather App In React Native
https://github.com/ibelgin/simple-weather-app
api belgin-android react-native-api react-native-weather weather-api
Last synced: about 1 year ago
JSON representation
This is A Simple React Native Weather App In React Native
- Host: GitHub
- URL: https://github.com/ibelgin/simple-weather-app
- Owner: ibelgin
- License: mit
- Created: 2020-10-14T05:23:05.000Z (over 5 years ago)
- Default Branch: BelTech
- Last Pushed: 2023-04-12T18:03:05.000Z (about 3 years ago)
- Last Synced: 2025-03-23T21:51:55.798Z (about 1 year ago)
- Topics: api, belgin-android, react-native-api, react-native-weather, weather-api
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App In React Native
### This is A Simple Weather App Made Using React Native
### Installing
> Clone This Repo
> Run npm install
> TODO
> Run The App
## TODO
* Go To https://openweathermap.org/api To Get An API KEY
* Replace This Line ( App.js - Line : 42 )
```javascript
fetch('https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=***********************')
```
* With ( Replace The Stars With Your API KEY )
```javascript
fetch('http://api.openweathermap.org/data/2.5/weather?q='+this.state.city+'&appid=***')
```
## Built With
* React Native
* React-Native-Vector-Icons
* OpeanWeatherMap
## Tutorial To Get API KEY
[OpneWeatherMap API KEY]
## Sample Preview

## Authors
* **Belgin Android** - *All Works* - [Belgin Android](https://github.com/Belgin-Android)
## Issues ?
* Contact Me At [Instagram](https://www.instagram.com/letonations/)
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc