Opt-in fetch layer for the Aviation Weather Center (AWC) text API.
Each fetch* function issues a single HTTP request, splits the response
into individual records, and runs the corresponding parser from the core
@squawk/weather package. Network usage is isolated to this subpath so
consumers who only need parsing can avoid pulling it in.
Opt-in fetch layer for the Aviation Weather Center (AWC) text API. Each
fetch*function issues a single HTTP request, splits the response into individual records, and runs the corresponding parser from the core@squawk/weatherpackage. Network usage is isolated to this subpath so consumers who only need parsing can avoid pulling it in.