From 6636a4a0a59dc73cdd4a0e123363794574415df5 Mon Sep 17 00:00:00 2001 From: Starfall Date: Mon, 9 Jan 2023 20:21:10 -0600 Subject: parse cache-control max-age for caching --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 95e9bc3..05a35a9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ TODO / Issues - Geocoding would make this a little more usable. [NWS lists several potential services](https://weather-gov.github.io/api/general-faqs#geocoding) - Round decimals to 4 places ourselves to avoid errors -- Cache responses appropriately (the API uses HTTP caching headers correctly, TBA if we want to drop in requests-cache or do it ourselves) - Use the /gridpoints/gridId/gridX,gridY endpoint to generate our own forecast with things like probabilityOfPrecipitation - Fancy output like wttr.in - Display the names of the zones (requires extra API calls - cacheable for a long duration, though) -- cgit