Do you enjoy running marathons, but your loved ones refuse to wait at the finish line for you because you take too long? This app aims to solve this issue by allowing your fans to subscribe to your current location, and receive live updates. They can be notified at mile markers, or an estimated arrival time to the finish line (i.e. 10 minutes until you finish). Now everyone can cheer you on!
- Follow install process for Meteor.
- Follow install process for React Native.
- Clone repository onto your local machine.
- Install Sketch app for Mac to view design.
NOTE: Must run Meteor server before running React Native app, otherwise a silent error will occur. This is because the mobile apps are looking to connect to the Mongo database in the Meteor application's server.
- Open terminal.
cd ./MeteorApp
- Run
meteor npm install --save react react-dom react-controllables google-map-react react-mounter
- Run the Meteor application with
meteor
command. - Once server is running, go to http://localhost:3000/
- Leave the server running, and open a new tab in your terminal.
With Meteor server running, in a new tab:
cd ../RNApp
.- Run
npm install
. - Launch app on simulator:
react-native run-ios
.
With Meteor server running, in a new tab:
- Run
android avd
command. - Select emulator, then click start button to run.
- In new terminal tab, run
react-native run-android
.
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.