Question: Making use of REST API and Web Requests (Java) Make Web Requests to Receive Data (REST), you will need to learn more on what this

Making use of REST API and Web Requests (Java)

Make Web Requests to Receive Data (REST), you will need to learn more on what this is.

You can use Postman (app) to test requests

Twitter

Get trending tags

https://dev.twitter.com/rest/reference/get/trends/place

Weather

Get Local Temperature

https://openweathermap.org/api Ideally, you will want to make a method that you can call in your Java program that return this information to you. For example a function like: int getWeather(string city) -> returns the current temperature from the Weather API

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!