html-decoder Tiny module that converts HTML codes to human readable characters Installation In a browser: <script src="html-decode.js"></script> Via npm: npm install string.prototype.htmlDecode Then, in Node.js: require('string.prototype.htmlDecode'); Author @forksofpower