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.
- Host: GitHub
- URL: https://github.com/ericm/metar-pro
- Owner: ericm
- License: apache-2.0
- Created: 2017-12-02T12:41:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T22:01:19.000Z (about 7 years ago)
- Last Synced: 2025-02-02T00:27:25.019Z (9 months ago)
- Topics: airport, backend, express-js, express-middleware, expressjs, google-maps-api, live, metar, node-js, python3, runway, webapp
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.