Skip to content

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

Notifications You must be signed in to change notification settings

manuelroth/schwapp

Repository files navigation

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:/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published