From 3f25d9e4c6e57778216892a4981f8117effb525a Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:29:16 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2c200f6..b31a3c2 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,6 @@ The project uses the four principles of object-oriented programming (OOP): - The project uses the __The Movie Database (TMDB)__ API to fetch movie details and populate the `Movie` objects. The API key is stored in the `API_KEY` variable. To run the project, you must set this variable to your TMDB API key. You can get an API key by signing up for a free TMDB account. - JSON files are used to handle the data obtained using the API. Make sure to add the `json-xxx.jar` file to the project's classpath. - The `TmdbExample` class is used to test the TMDB API. It is not part of the project. It is included in the project only for testing purposes. + +## Future plans +- Add a GUI