Skip to content

A client/server app which provide Aerodrome status by providing METARs/TAFs as well as NOTAMs scrapped from different sources webpages.

License

Notifications You must be signed in to change notification settings

simon-hogg/weatheredstrip

Repository files navigation

Build Status codecov Greenkeeper badge

Weathered-Strip

Intro

Weathered Strip was created to help gather all required flight planning documentation in one place. It provides NOTAMs, METARs/TAFs and live RVR for each requested airport.

How it works

Weathered Strip is made of both a client and a server located in ./client and ./server, respectively.

Server

The server receives airport requests and dispatches new requests to the corresponding following services:

  1. Nav Canada, for Canadian weather and NOTAMs;
  2. Aviation Weather Center (US Gov), for global weather;
  3. FAA NOTAM service (US Gov), for global NOTAMs;

Once all requests are resolved, the server responds to the client's request with a single JSON object.

Client

The client merely dispatches the user's request to the server and, once resolved, display them in the current format.

Demo

A live app can be accessed at the following link: Weathered Strip

About

A client/server app which provide Aerodrome status by providing METARs/TAFs as well as NOTAMs scrapped from different sources webpages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published