bganicky / weather-app-react-native

The source code of react-native weather app

Home Page:http://zowni.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-App-React-Native

iOS app for comparing weather forecast with historical data built with react-native. The source code is published for knowledge sharing purposes.

Demo

Weather-App-React-Native Get invite on Apple TestFlight

Used components

  • react-native
  • redux
  • d3.js (interpolate, scale, shape)
  • react-native-svg

Check package.json for details

Used API

  • DarkSky for weather forecast and historical data
  • Mapzen for city search

Install

  • clone repo
  • type$ npm install
  • create file ./credentials.json
{
    "DARK_SKY_API_KEY": "{DARK_SKY_API_KEY}",
    "MAPZEN_API_KEY": "{MAPZEN_API_KEY}"
}
  • setup FacebookSDK as described here
  • type $ ./node_modules/.bin/react-native link

Then you can follow react-native docs to run on device. Or just leave your email at http://zowni.com and get a link to download the app.

About

The source code of react-native weather app

http://zowni.com


Languages

Language:JavaScript 93.9%Language:Objective-C 3.8%Language:Python 1.2%Language:Java 1.0%