From 66c45d102cd184ee7d78da4394a4fcfc4dab1f86 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 3 Dec 2023 16:28:36 +0000 Subject: we can use the new weather api --- lib/WebService/ForecastIo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/WebService/ForecastIo.pm b/lib/WebService/ForecastIo.pm index c329ad0..84f9867 100644 --- a/lib/WebService/ForecastIo.pm +++ b/lib/WebService/ForecastIo.pm @@ -13,7 +13,7 @@ use namespace::autoclean; has base_uri => ( is => 'ro', isa => Uri, - default => 'https://api.forecast.io/forecast', + default => 'https://api.pirateweather.net/forecast', coerce => Uri->coercion, ); -- cgit v1.2.3