SungwookYoon / Simple-Weather-App

This is A Simple React Native Weather App In React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is A Simple React Native Weather App In React Native

License:MIT License


Languages

Language:JavaScript 42.0%Language:Java 27.1%Language:Objective-C 19.3%Language:Starlark 8.3%Language:Ruby 3.3%