An open API service indexing awesome lists of open source software.

https://github.com/ericm/metar-pro

Web App designed to predict what runway a plane will land on using current data. The landing direction is then illustrated using Google Maps Api.
https://github.com/ericm/metar-pro

airport backend express-js express-middleware expressjs google-maps-api live metar node-js python3 runway webapp

Last synced: 7 months ago
JSON representation

Web App designed to predict what runway a plane will land on using current data. The landing direction is then illustrated using Google Maps Api.

Awesome Lists containing this project

README

          

# *METAR-PRO* - Runway Predictor
**METAR-PRO** is a Web App designed to predict what runway a plane will land on using current data. The landing direction is then illustrated using Google Maps Api.

## Check versions:
- `node -v = 8.9.1`
- `python -V = 3.6.3`

## Add dependencies:
- `npm install`

## Run:
- Type `./run.bat` in a terminal in the project folder.
- If program responds with `METAR-PRO IS RUNNING`, go to http://localhost:3000 in a browser.