Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/bun-wifi-name
Get current wifi name in Bun/Node
https://github.com/wobsoriano/bun-wifi-name
bun node wifi
Last synced: 3 months ago
JSON representation
Get current wifi name in Bun/Node
- Host: GitHub
- URL: https://github.com/wobsoriano/bun-wifi-name
- Owner: wobsoriano
- License: mit
- Created: 2022-07-17T18:54:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T21:16:43.000Z (over 1 year ago)
- Last Synced: 2024-10-01T14:53:18.574Z (3 months ago)
- Topics: bun, node, wifi
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bun - bun-wifi-name - Get current wifi name in Bun. (Extensions / Utilities)
README
# bun-wifi-name
Get current wifi name in Bun/Node.
## Install
```bash
bun add bun-wifi-name
```## Usage
```js
import getWifiName from 'bun-wifi-name'console.log(getWifiName())
```## License
MIT