项目作者: Belgin-Android

项目描述 :
This is A Simple React Native Weather App In React Native
高级语言: JavaScript
项目地址: git://github.com/Belgin-Android/Simple-Weather-App.git
创建时间: 2020-10-14T05:23:05Z
项目社区:https://github.com/Belgin-Android/Simple-Weather-App

开源协议:MIT License

下载


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

  1. fetch('https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=***********************')
  • With ( Replace The Stars With Your API KEY )
  1. 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