An open API service indexing awesome lists of open source software.

https://github.com/zbhavyai/star-wars-api

A simple command line client for Star Wars API
https://github.com/zbhavyai/star-wars-api

java maven rest-api swapi-api

Last synced: 18 days ago
JSON representation

A simple command line client for Star Wars API

Awesome Lists containing this project

README

          

# Star Wars API

A simple command line menu-driven client for Star Wars API, aka SWAPI. See [here](https://swapi.dev/about) for information about the SWAPI.

## Dependencies

+ JDK version 1.7 or above

+ Maven 3.6.3 or above

## How to run

1. Clone the repository on your machine

2. Run the below command in the project directory

```bash
$ mvn exec:java -Dexec.mainClass="com.example.App"
```

## Screenshots

+ Menu screenshot

![Menu](screenshots/swapi_menu.png)