Skip to content

This is A Simple React Native Weather App In React Native

License

Notifications You must be signed in to change notification settings

ibelgin/Simple-Weather-App

Repository files navigation

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