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:
- Locate Star_Wars.jar file and double click or right click on it and press Open to run it
WAY 2:
- Locate Star_Wars.jar file and copy its path location. Open cmd and type the following: cd "the copied path location of the file" Then, write: java -jar Star_Wars.jar
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.
- Apache Commons Logging:
- Gson:
- Hamcrest Core:
- Apache HttpClient:
- Apache HttpCore: