How to get information from a page on the Internet using java?
-
I want to get, for example, information from the weather website. And based on it, analyze what clothes should be worn. How do I get this information?Java Anonymous, Jul 27, 2020
-
Well, if we talk specifically about weather sites, they usually provide an API for obtaining such information in one form or another. There are some useful links here .Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!