/XCLiveViewer

Primary LanguageJavaScriptMIT LicenseMIT

XCLiveViewer

https://finomnis.github.io/XCLiveViewer

Displays livetracking data from xcontest.org.

Optimized for Mobile and Desktop. Installable on Android via Chrome's 'Add to home screen'.

Clone and Build

Prerequisites:

  • npm

Download the project:

git clone https://github.com/Finomnis/XCLiveViewer.git
cd XCLiveViewer

Install dependencies:

npm install

Set Google Maps API key (replace key with your key):

# Linux:
cat "REACT_APP_GAPI_KEY=key" >.env

# Windows:
echo REACT_APP_GAPI_KEY=key >.env

Start server:

npm start

This should create a web server and open the page in a browser. In case it doesn't, the address is:

http://localhost:3000/XCLiveViewer