Coder Social home page Coder Social logo

f-x-dx / react-weather Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stage88/react-weather

0.0 2.0 0.0 2.9 MB

A simple weather app built with React Native and Realm

License: MIT License

Python 1.36% Java 0.99% JavaScript 93.42% Objective-C 4.23%

react-weather's Introduction

React Weather

A simple weather app built with React Native

Inspiration

I wanted to learn how to make apps using React Native. Instead of inventing an app, I wanted to try and see how hard would it be to implement one of my favourite weather apps: Pocket Weather Australia. Full credits for user experience goes to them.

The app architecture/structure is mostly based on ideas I've seen in the Facebook's F8 app. You can read more about it on their web site: http://makeitopen.com/.

Development stack

  • Flow was enabled to catch typing errors in React Native JavaScript code
  • Realm for React Native is used to persist data
  • I used Nuclide and Visual Studio Code on OSX, both have great support for React Native app development
  • I used git for version control, and stored progress on GitHub.
  • Currently only tested on an iOS device

APIs

Note about API data

The weather data retrived from Open Weather is not very accurate. Most of the time, the weather forecast is not correct. The most reliable Australian weather data is hosted by Australian Bureau of Meteorology, however it is not very API friendly.

External packages

Weather images

Images are used without permission from Google Weather, for example: Canberra Weather.

Current progress

  • App skeleton
  • Basic UI prototype
  • Call weather APIs for data
  • Add React Redux, implement store
  • Create first actions, reducers
  • Implement weather service
  • Add scroll view animations
  • Add pull to refresh
  • Implement basic settings UI prototype with navigation
  • Create location and weather repositories backed by Realm
  • Create settings repositories backed by Realm
  • Call Australian postcode APIs when adding locations
  • Add support for Android devices
Pocket Weather React Weather

Running

Clone & install

  • Clone this repo git clone [email protected]:stage88/react-weather.git
  • cd react-weather
  • run npm install

API keys

module.exports = {
	weatherApiKey: 'YOUR_KEY_HERE'
};

iOS

  • Open ReactWeather.xcodeproj in XCode
  • Press cmd+r to build it

Android

  • Run android avd and start an emulator
  • Run react-native run-android

License

Released under the MIT License.

Feedback

Feedback is always welcome. Feel free to contact me, I would love to know if you notice something that can be done better. Please be nice, this is my first React Native app.

react-weather's People

Contributors

stage88 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.