Skip to content

abhishekmaity/movie-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

node GitHub

Movie search API app

This search API app can be used to search a movie by it's name. The app returns all the movies related to the searched item along with its year of release. The app can be accessed at https://movie-omdb.herokuapp.com.

# To run the app
node app.js

The movie database is obtained through The Open Movie Database