Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donkeycode/detect-ssid
https://github.com/donkeycode/detect-ssid
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/donkeycode/detect-ssid
- Owner: donkeycode
- Created: 2015-09-09T22:01:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T18:37:20.000Z (about 9 years ago)
- Last Synced: 2024-05-02T18:00:25.550Z (7 months 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);
});
````