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

https://github.com/flxwu/rnweather

:sunny::umbrella::cloud:A Realtime Weather App made in React Native
https://github.com/flxwu/rnweather

app ignite ignite-cli react react-components react-native react-navigation react-navigation-redux redux weather wunderground wunderground-api

Last synced: 2 months ago
JSON representation

:sunny::umbrella::cloud:A Realtime Weather App made in React Native

Awesome Lists containing this project

README

        

# RNWeather
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![expo-download](https://img.shields.io/badge/expo-download-blue.svg)](https://expo.io/@pl4gue/RNWeather)

### [_Download Current Release .apk_](https://github.com/Pl4gue/RNWeather/releases/download/v1.1.0/rnweather-release20180216203244.apk)

##### A Realtime Weather App with customizable location




## :arrow_up: How to Locally Setup

**Step 1:** git clone this repo:
```
git clone https://github.com/Pl4gue/RNWeather.git
```
**Step 2:** cd to the cloned repo:
```
cd RNWeather/
```
**Step 3:** Install dependencies
```
npm install
```

## :arrow_forward: How to Run App Locally

1. cd to the repo
2. Run Build for either OS
* for iOS
* run `react-native run-ios`
* for Android
* Run Genymotion
* run `react-native run-android`

## [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) Standard Compliant

This project adheres to Standard.