A Kitsu.io widget that shows the given user statistics.
Source
- GitHub ~ OblivionSan/kitsu-widget
 
- Easy and simple to setup and use.
 - Lightweight.
 - Retrieves latest data from kitsu.io/api
 
		Code:
	
	<!-- Use either one of them. -->
<script src="kitsu-widget.min.js"></script>
<script src="kitsu-widget.js"></script>
<!-- Put Kitsu.io username in "data-username" field. -->
<div class="kitsu-widget" data-username="OblivionSan"></div>
	
	
	
	