Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dyr/src/util.ts>getUrl

Access Yr's weather API and Nominatim's API with Deno
Latest
function getUrl
import { getUrl } from "https://deno.land/x/dyr@v2.1.0/src/util.ts";

Get Yr.no's request URL with coordinates.

Parameters

lat: number

Latitude

lng: number

Longitude

Returns

Yr.no's request URL