/live

Retired live tracking site

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

EDGE Research Lab: Live Telemetry Tracking

This repository is the live website used for tracking flights and reporting on data.

Deploy

Prereqs

  • Node.JS Both node and npm should be in your $PATH.

  • g++ Required for compiling some of the libraries we are using.

  • config.json: This is a config file containing DB connection info (mongodb) (params can be seen in lib/db.js)

Run

If you're unfamiliar with node.js, this is a standard deployment:

  • npm install: This will install the dependencies for the project (listed in package.json)
  • npm start: This kicks off the server. If you're running locally, you can see the site on http://localhost:3000