Skip to content

Run tracking app which notifies your fan when to meet you at the finish line.

Notifications You must be signed in to change notification settings

reyvera/RaceDay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaceDay

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!

Installation

  1. Follow install process for Meteor.
  2. Follow install process for React Native.
  3. Clone repository onto your local machine.
  4. Install Sketch app for Mac to view design.

Usage

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.

Meteor + React

  1. Open terminal.
  2. cd ./MeteorApp
  3. Run meteor npm install --save react react-dom react-controllables google-map-react react-mounter
  4. Run the Meteor application with meteor command.
  5. Once server is running, go to http://localhost:3000/
  6. Leave the server running, and open a new tab in your terminal.

React Native

iOS:

With Meteor server running, in a new tab:

  1. cd ../RNApp.
  2. Run npm install.
  3. Launch app on simulator: react-native run-ios.

Android:

With Meteor server running, in a new tab:

  1. Run android avd command.
  2. Select emulator, then click start button to run.
  3. In new terminal tab, run react-native run-android.

License

MIT License

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.

About

Run tracking app which notifies your fan when to meet you at the finish line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published