Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donkeycode/detect-ssid


https://github.com/donkeycode/detect-ssid

Last synced: 4 days 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);
});
````