Skip to main content

deno-omdb

CLI tool for querying data from OMDb API.

It’s fast and simple to use.

Installation

  1. Install Deno
  2. Run deno install --allow-net --allow-env=OMDB_API -n omdb https://raw.githubusercontent.com/timharek/deno-omdb/HEAD/mod.ts
  3. Done, you can now simply run omdb on your machine!

Usage

omdb --api <api_key> -t 'Spider-Man Far from home'
omdb --api <api_key> -i tt6320628

See omdb -h for all available flags and commands.