Skip to main content
The Deno 2 Release Candidate is here
Learn more

nest.land

wifi-name

Get current wifi name.

Quick start

Import the module in your Deno app:

import getWifiName from "https://x.nest.land/wifi_name@0.1.5/mod.ts";

// or

import getWifiName from "https://deno.land/x/wifi_name@v0.1.5/mod.ts";

Use it

const name = await getWifiName();
console.log(name);

License

MIT