Skip to main content
Module

x/dyr/deno.json

Access Yr's weather API and Nominatim's API with Deno
Go to Latest
File
{ "lint": { "files": { "include": [ "src/", "types/" ] }, "rules": { "tags": [ "recommended" ] } }, "fmt": { "files": { "include": [ "./" ] }, "options": { "useTabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": true, "proseWrap": "preserve" } }, "tasks": { "run": "deno run --allow-net=api.met.no,nominatim.openstreetmap.org src/cli.ts" }}