No-dependnency command line util for checking network status
- git clone the project -
git clone https://github.com/akhil0001/netstat.git
- Run the command
npm install -g
- After installation just type
networkStat
in your terminal - Tada! It displays current status of network and displays
- Local network address
- IP address
- If you are connected to internet
- Is port
3000
available ?
-
Because it is frequently used port by starter packs and it is quite annoying to run your custom built projects to check if there is a project and check terminals
-
But you still can check if there is another port available by just typing port number like
networkStat 8000
Cool. Glad that you liked it.Can you star the project?(Trust me, it helps a lot). Thank you!
MIT