项目作者: AlexFlorides

项目描述 :
Retrieving character data from Star Wars API (SWAPI)
高级语言: Java
项目地址: git://github.com/AlexFlorides/Star-Wars-API.git
创建时间: 2020-10-10T08:36:37Z
项目社区:https://github.com/AlexFlorides/Star-Wars-API

开源协议:

下载


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:

    1. 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:

  1. 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: