UNPKG

wifi-interface

Version:
33 lines (21 loc) 319 B
# wifi-interface > Get current wifi network interface name. # Install ```bash npm install wifi-interface ``` # Usage ```js const wifiInterface = require('wifi-interface') console.log(wifiInterface()) // "en0" ``` # CLI ```bash npm install -g wifi-interface ``` ```bash $ wifi-interface en0 ``` # License MIT