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.
Weathered Strip is made of both a client and a server located in ./client
and ./server
, respectively.
The server receives airport requests and dispatches new requests to the corresponding following services:
- Nav Canada, for Canadian weather and NOTAMs;
- Aviation Weather Center (US Gov), for global weather;
- 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.
The client merely dispatches the user's request to the server and, once resolved, display them in the current format.
A live app can be accessed at the following link: Weathered Strip