Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.09 KB

File metadata and controls

59 lines (33 loc) · 1.09 KB

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

   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=***')  

Built With

  • React Native
  • React-Native-Vector-Icons
  • OpeanWeatherMap

Tutorial To Get API KEY

[OpneWeatherMap API KEY]

Sample Preview

Authors

Issues ?

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc