Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.44 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.44 KB

Kickern Hamburg

App Icon

All information about the foosball-league of Hamburg. Features of the App:

  • All results from league and cup
  • Live score push notifications
  • Tables and player statistics
  • Live Scoring for your Team
  • Postpone Match dates

App Store Button Play Store Button

Changelog

Table of Content

Configure

The settings.js.sample and the MatchTypes containing the settings for the leauge of Hamburg. After copy the sample settings you'r ready to run the app.

App

In app/config create a settings.js. Just copy the settings.js.sample and adjust your settings.

Install dependencies

Android

yarn install
# npm install

iOS

Make sure CocoaPods are installed.

yarn install
# npm install
cd ios && pod install

Run

react-native run-android
# react-native run-ios

API Docs

Comming soon.