how do i use weather api on my website netbeans
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
how do i use weather api on my website netbeans
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
how do i use weather api on my website netbeans
URIBuilder builder = new URIBuilder
("https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/weatherdata/forecast");
builder.setParameter("aggregateHours", "24")
.setParameter("contentType", "csv")
.setParameter("unitGroup", "metric")
.setParameter("key", "YOUR_API_KEY")
.setParameter("locations", "London,UK");
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us