wifi-name
Get current wifi name.
Quick start
Import the module in your Deno app:
import getWifiName from "https://deno.land/x/wifi_name@v0.1.1/mod.ts";
Use it
const name = await getWifiName();
console.log(name);
License
MIT
Get current wifi name.
Import the module in your Deno app:
import getWifiName from "https://deno.land/x/wifi_name@v0.1.1/mod.ts";
Use it
const name = await getWifiName();
console.log(name);
MIT