Ping Stats
Shows stats for the ping
command.
That's all it does.
Really.
I was just learning how to make a react app is all.
Development setup
From v0.2.0
you can ping any host with an environment variable.
If you want to be able to run this from anywhere, then for now add this in your .bashrc/.zshrc/etc.
NGROK usage
Example image:
Why does this exist?
Well, being a frequent online gamer, knowing how my internet connection is performing is important to me. And normally me or my friends just ping a public IP to see how our internet connection is doing. We keep it running for a while, all day sometimes, just so we know how it's been upto the time we decide to log in.
Let me give you an example.
We want to play a game at 6:30pm. I know my internet connection suffers some ping losses around 6pm and continues for an hour. If I have my program running and decide to check it at 6:30pm, then I can see if today I'm facing the same issues since the last half an hour, or if it's all good and I can bring in the clan to go guns blazing and what not.
All gamers use some form of ping testing tool every now and then, this is something I made for that purpose.
Also I wanted to learn React, so, that works.