Skip to content

An IMDb movies information searching GUI based on Java and OMDb API. (基于OMDb API的电影信息搜索GUI)

Notifications You must be signed in to change notification settings

GaoFangshu/IMDb-Searching-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDb-Searching-Engine

An IMDb Searching Engine based on Java and OMDb API.

Attention

  • Before running the project, please make sure that json.jar is already added to Classpath. If not, you can add json-20160810.jar in this repository.

  • This project is developed with:

    IntelliJ IDEA 2016.2.5
    Build #IC-162.2228.15, built on October 14, 2016
    JRE: 1.8.0_112-release-287-b2 x86
    JVM: OpenJDK Server VM by JetBrains s.r.o

What is this project?

This is a Java searching engine which can search movie and its information. The data of movies is from OMDb API.

Screenshots

1 2 3

How this project works?

This searching engine can be regarded as a GUI of OMDb database. You can enter their conditions (shown as the left screenshot), then choose one exact result (shown as the middle screenshot) and check its details (shown as the right screenshot).

For example, if you want to search movie A Chinese Odyssey Part One: Pandora's Box, just enter name condition A Chinese Odyssey (type condition Movie is optional). The searching procedure is as following:

4

When choosing one result to check its details, the searching engine will search again using IMDb ID as new searching condition.

Contact me

gaofangshu@foxmail.com

About

An IMDb movies information searching GUI based on Java and OMDb API. (基于OMDb API的电影信息搜索GUI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages