https://github.com/donkeycode/detect-ssid
https://github.com/donkeycode/detect-ssid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donkeycode/detect-ssid
- Owner: donkeycode
- Created: 2015-09-09T22:01:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T18:37:20.000Z (over 10 years ago)
- Last Synced: 2025-01-12T02:57:36.944Z (about 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detect-ssid
Help you to find the current wifi SSID on linux, mac, win32
## Usage
````
var detectSSid = require('detect-ssid');
detectSSid(function(error, ssidname) {
console.log(ssidname);
});
````