React Native app showing live stream of surf waves in South Korea. Supports both iOS and Android.
This app uses following modules -
- Clone the repo
$ git clone https://github.com/nerdyfactory/surfcam.git
$ cd surfcam
- Install dependencies
$ npm install
-
Update Google Maps API key in
android/app/src/main/AndroidManifest.xml
-
Update live stream URIs in
src/locationData.json
-
Start the server
$ npm start
- Running on Android:
$ react-native run-android
- Running on iOS:
$ react-native run-ios
This project is available under the MIT license.