From 5436a62f753c04841ca172a78eb9a1cdf591d041 Mon Sep 17 00:00:00 2001 From: William Jeffries Date: Sat, 19 Dec 2015 13:51:15 -0500 Subject: [PATCH] Specify in README that it won't do historical data I spent 2 hours on this gem wondering why it kept returning nil. If supporting historical temperatures isn't a feature and isn't on the roadmap, that should be super clear in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aba44b8..54c68df 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ support the query directly. See the "[Queries](#queries)" section for more info. * provides a simple plugin api to allow more weather services to be added * failover configuration * multiple services configuration to provide average values +* DOES NOT RETURN HISTORICAL DATA ## Usage