about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
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)