about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-01-09 20:21:10 -0600
committerStarfall <us@starfall.systems>2023-01-09 20:21:10 -0600
commit6636a4a0a59dc73cdd4a0e123363794574415df5 (patch)
treea47e9150d76bb5fa3db40b4730d480f7568db4cb /README.md
parentdb89bdad5ed68a31828d578ff794982e08f30fdc (diff)
parse cache-control max-age for caching
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
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)