Retrieving character data from Star Wars API (SWAPI)
Java program that requests and retrieves JSON API data about all characters of all the Star Wars movies from the website: https://swapi.dev/.
Clone or download repository:
git clone https://github.com/AlexFlorides/Star-Wars-API.git
First make sure you have install on you pc the latest version of Java found here:
https://www.java.com/en/download/
WAY 1:
WAY 2:
After the program opens, you can double click on any character name in the list on the left side of the program to see more details about that character on the right side of the program.