This is a simple node based http web server to get information about minecraft servers.
Execute the server.js file with nodejs.
node server
Just make a GET request to your host passing the ip and the port to ping.
This example pings Hypixel main server.
http://localhost:3000/?ip=mc.hypixel.net&port=25565
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
See MineStat license, the idea came from there.
The rest, do whatever you want with it.