Topic: daily weather forecast from Google Weather API to JavaFX?
How to get daily weather forecast from Google Weather API to JavaFX? Is it possible? Is it free? I've researched and I cannot found an example code to do this, I only found OpenWeather which is free but the weather isn't accurate also DarkSky by Apple which is accurate but their API isn't available and no sample code. I only want daily forecast I don't need all that historical data so I'm hoping if there's any "free" api for this.
Author: SANJAY
RANJIT
In your JavaFX app. Call the rest api with HTTPClient then parse the json response with Jackson.