import * as omdb from "https://deno.land/x/omdb@v3.0.1/mod.ts";
Simple module for querying movies and TV shows from OMDb API.
Example
import { getTitle } from 'https://deno.land/x/omdb/mod.ts';
const result = await getTitle({ titleOrId: 'Spider-Man' });