Skip to content

ASJordi/tmdb-cli-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI to fetch data from The Movie Database (TMDB) and display it in the terminal.

About 💻

Simple command line interface (CLI) to fetch data from The Movie Database (TMDB) and display it in the terminal using Java.

CLI
CLI

Technologies ⚙️

Installation 💾

Make sure to have an API key from TMDB. You can get one by creating an account on TMDB and following the instructions in their API documentation.

  1. Clone the repository
  2. Open the project in your favorite IDE
  3. Add your TMDB API key in the src/main/resources/api.properties file
  4. Run the project
  5. Or build the project with Maven and run the generated jar.
mvn clean install

Usage 🛠️

java -jar tmdb-cli-tool-1.0-SNAPSHOT.jar <command> [options]

Examples 💡

# Show help
java -jar tmdb-cli-tool-1.0-SNAPSHOT.jar --h

# Playing
java -jar tmdb-cli-tool-1.0-SNAPSHOT.jar --type playing

# Popular
java -jar tmdb-cli-tool-1.0-SNAPSHOT.jar --type popular

# Top
java -jar tmdb-cli-tool-1.0-SNAPSHOT.jar --type top

# Upcoming
java -jar tmdb-cli-tool-1.0-SNAPSHOT.jar --type upcoming

License 📄

Distributed under the MIT License. See LICENSE for more information.

Contact 📧

Jordi Ayala - @ASJordi

Project Link: https://github.com/ASJordi/tmdb-cli-tool

Reference: https://roadmap.sh/projects/tmdb-cli

About

Simple CLI to fetch data from The Movie Database (TMDB) and display it in the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages