Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bispo-daniel/Java_OMDbAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

Java_OMDbAPI

Java application to query movie information.

The API used is from OMDb. //Get your key here: http://www.omdbapi.com/

About

This project was developed as a need of mine to learn to developed and handle HTTP requisitions with Java.
This is a Maven Java Project.
Swing was used to build a user-friendly GUI.
3 dependencies has been used:
 com.squareup.okhttp3 -- To get the API's response
 org.json -- To transform the API's Response into a JSON
 com.jayway.jsonpath -- To get values from the JSON
A separate class was created (MyPrivateKey.java) to hide my API key that is used in Main.java

Screenshots

Main page

all-text

Query page

all-text

About

Java Maven Project to query movie info from OMDb API

Topics

Resources

Stars

Watchers

Forks

Languages

AltStyle によって変換されたページ (->オリジナル) /