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: 11 months ago
JSON representation

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);
});
````