Skip to main content
Module

x/dyr/src/util.ts>_fetch

Access Yr's weather API and Nominatim's API with Deno
Go to Latest
function _fetch
import { _fetch } from "https://deno.land/x/dyr@v1.4.0/src/util.ts";

Shared fetch-function for simple GET-requests.

Parameters

url: string | URL

The URL to send GET-request to