Skip to content

BreakBB/imdb-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imdb-api-server

This project allows the use of the node-imdb-api project as http server. It forwards the request and response send to the given endpoint.

Supported endpoints

POST /api/imdb

Parameter: {"title": "<yourMovieTitle>}" returns the data to the given title or an error if no data was found.

Requirements

  • One or more API keys for the Open Movie Database (get one here)
    • You have to store it in a src/api.key file
  • The packages listed in the package.json

About

Wrapper for the node-imdb-api project to be used as HTTP server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors