Colorize hashtags check demo
Download
check all releases : here
Bower
bower install ritetag-colors
you should add class to your article or div called "ritecolor" like this
<article class="ritecolor">
</article>
then you require the js file , and call the init function after adding you keys
<script src="/dist/ritetag-colors.js"></script>
<script>
window.onload = function(){
var rite = ritetagcolors;
rite.client = "your client id";
rite.init();
};
</script>
check the full example in index.html