Skip to main content
Module

x/omdb/deno.json

Access OMDb's API with Deno.
Go to Latest
File
{ "lint": { "files": { "include": [ "./" ] }, "rules": { "tags": [ "recommended" ] } }, "fmt": { "files": { "include": [ "./" ] }, "options": { "useTabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": true, "proseWrap": "preserve" } }, "tasks": { "run": "deno run --allow-net=www.omdbapi.com --allow-env=OMDB_API src/cli.ts" }}