sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

Add OMDB Support #118

Closed nick-zrymiak closed 3 years ago

nick-zrymiak commented 3 years ago

Website Description The OMDB API is a RESTful web service to obtain movie information.

Reason(s) to Support the Website Developers can use this data to make movie database websites and apps.

Endpoints The API supports 1 endpoint but two sets of parameters to access information:

  1. By title or ID
  2. By search

Technically there is only 1 endpoint: http://www.omdbapi.com/, but I will make 2 config files - 1 for each set of parameters

Questions

  1. List Avengers movies from most to least popular
  2. What is the order of the following movies from highest to lowest amount of money made: Titanic, Avatar, Skyfall
  3. Is "The Notebook" a sad or happy movie?
Lakshay-sethi commented 3 years ago

looks good