Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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