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
- Host: GitHub
- URL: https://github.com/zbhavyai/star-wars-api
- Owner: zbhavyai
- License: gpl-3.0
- Created: 2021-07-07T21:10:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T05:49:34.000Z (over 4 years ago)
- Last Synced: 2025-10-12T17:06:01.085Z (8 months ago)
- Topics: java, maven, rest-api, swapi-api
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
