Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibelgin/simple-weather-app
This is A Simple React Native Weather App In React Native
https://github.com/ibelgin/simple-weather-app
api belgin-android react-native-api react-native-weather weather-api
Last synced: about 2 months ago
JSON representation
This is A Simple React Native Weather App In React Native
- Host: GitHub
- URL: https://github.com/ibelgin/simple-weather-app
- Owner: ibelgin
- License: mit
- Created: 2020-10-14T05:23:05.000Z (about 4 years ago)
- Default Branch: BelTech
- Last Pushed: 2023-01-06T15:19:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T12:11:18.618Z (almost 2 years ago)
- Topics: api, belgin-android, react-native-api, react-native-weather, weather-api
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* Go To https://openweathermap.org/api To Get An API KEY
* Replace This Line ( App.js - Line : 42 )
```javascript
fetch('https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=***********************')
```* With ( Replace The Stars With Your API KEY )
```javascript
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
* **Belgin Android** - *All Works* - [Belgin Android](https://github.com/Belgin-Android)
## Issues ?
* Contact Me At [Instagram](https://www.instagram.com/letonations/)
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc