Clone This Repo
Run npm install
TODO
Run The App
-
Go To https://openweathermap.org/api To Get An API KEY
-
Replace This Line ( App.js - Line : 42 )
fetch('https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=***********************')
- With ( Replace The Stars With Your API KEY )
fetch('http://api.openweathermap.org/data/2.5/weather?q='+this.state.city+'&appid=***')
- React Native
- React-Native-Vector-Icons
- OpeanWeatherMap
[OpneWeatherMap API KEY]
- Belgin Android - All Works - Belgin Android
- Contact Me At Instagram
- Hat tip to anyone whose code was used
- Inspiration
- etc