A service to embed information about a Minecraft server into a website or other app.
Include the library:
<script type="text/javascript" src="https://github.breq.dev/mcstatus/mcstatus.js"></script>
Add a div
with class="mc-status"
and data-mc-server
set:
<div class="mc-status" data-mc-server="[server IP]"></div>
Read more on the project page