npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

wifi-name

3.1.1

@kevva

npmHomeRepoSnykSocket
Downloads:11
$ npm install wifi-name
DailyWeeklyMonthlyYearly

wifi-name

Get current wifi name

Install

$ npm install wifi-name

Usage

const wifiName = require('wifi-name');

wifiName().then(name => {
	console.log(name);
	//=> 'wu-tang lan'
});

API

wifiName()

Returns a Promise for a string with the current wifi name.

wifiName.sync()

Returns a string with the current wifi name.

Related

  • wifi-name-cli - CLI for this module

License

MIT © Kevin Mårtensson