Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
deno-omdb
CLI tool for querying data from OMDb API.
It’s fast and simple to use.
Installation
- Install Deno
- Run
deno install --allow-net --allow-env=OMDB_API -n omdb https://raw.githubusercontent.com/timharek/deno-omdb/HEAD/mod.ts
- 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.