currentzoom.js is a simple widget to display the current zoom level of your Leaflet map.
In order to use this widget you can add the script tag below to your html and all Leaflet instances on your page will have the current zoom level displayed on top right of the map.
<script src="https://clockworkmicro.github.io/currentzoom.js"></script>
See index.html
for an example usage.