An open API service indexing awesome lists of open source software.

https://github.com/wobsoriano/wifi-name

Get current wifi name
https://github.com/wobsoriano/wifi-name

deno

Last synced: 5 months ago
JSON representation

Get current wifi name

Awesome Lists containing this project

README

          

[![nest.land](https://nest.land/badge.svg)](https://nest.land/package/wifi_name)

# wifi-name

Get current wifi name.

## Quick start

Import the module in your Deno app:

```ts
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

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

## License

MIT