manuelroth / schwapp

An app that displays the water temperature of well known rivers of Switzerland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schwapp

Dependency Status devDependency Status

The Schwapp App displays the water temperature of well known rivers of Switzerland. Data source is the Federal Office for Environment.

Requirements

Installation

Clone this repository and install the dependencies:

git clone https://github.com/manuelroth/schwapp.git 
cd schwapp
npm install

Running

Once dependencies are installed, run the schwapp app with:

npm start

This will start the React Packager.

iOS

Open ios/App.xcodeproj in Xcode, build and run the project.

Android

Open Android Studio and run a Simulator.

react-native run-android

Bundling

Building the app for distribution.

  1. Open AwesomeApp/ios/AwesomeApp/AppDelegate.m
  2. Uncomment jsCodeLocation = [[NSBundle mainBundle] ...
  3. The JS bundle will be built for dev or prod depending on your app's scheme (Debug = development build with warnings, Release = minified prod build with perf optimizations). To change the scheme navigate to Product > Scheme > Edit Scheme... in xcode and change Build ConfigurationbetweenDebugandRelease`.

About

An app that displays the water temperature of well known rivers of Switzerland


Languages

Language:Objective-C 56.2%Language:JavaScript 32.5%Language:Java 11.3%