Skip to content

AlexFlorides/Star-Wars-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars API

Java program that requests and retrieves JSON API data about all characters of all the Star Wars movies from the website: https://swapi.dev/.

Installing

  • Clone or download repository:

      git clone https://github.com/AlexFlorides/Star-Wars-API.git
    

Running Demo

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.

demo

External Libraries Used:

About

Retrieving character data from Star Wars API (SWAPI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages