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
- Host: GitHub
- URL: https://github.com/flxwu/rnweather
- Owner: flxwu
- License: mit
- Created: 2018-02-14T15:53:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T20:47:10.000Z (over 7 years ago)
- Last Synced: 2025-01-23T02:11:58.549Z (4 months ago)
- Topics: app, ignite, ignite-cli, react, react-components, react-native, react-navigation, react-navigation-redux, redux, weather, wunderground, wunderground-api
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNWeather
[](http://standardjs.com/) [](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`## [](https://github.com/feross/standard) Standard Compliant
This project adheres to Standard.