WiFi Strength Finder

A simple node js app to find the strength of the wifi signal around you.

A simple yet effective way to find the strength of the wifi signal around you and connect to the strongest one. This should be helpful for people who are always on the move or people who troubleshoot wifi issues.

How to use it?

  1. Clone the repository from GitHub
  2. Run npm install
  3. Run node app.js

How it works?

It uses the node-wifi-scanner package to scan the wifi signals around you and then displays the signal strength of each wifi signal in the console along with whole data in table format.

Please note lower dbm value means stronger signal.

WiFi Strength FinderBack To All Blogs