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
- Host: GitHub
- URL: https://github.com/wobsoriano/wifi-name
- Owner: wobsoriano
- License: mit
- Created: 2022-04-02T03:16:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T21:07:05.000Z (about 4 years ago)
- Last Synced: 2025-09-24T11:00:41.078Z (9 months ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](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