Definitely needs a I’m just clinking with you out of politeness but really don’t (want to) know you-button to prevent becoming friends after all 😉 (via teusje)
Tag Archives: qr
QR Code Terminal
qrcode-terminal is a tiny npm module that allows you to encode text as a QR code and render it to a UNIX-compatible terminal. // render QR code to the console qrcode.generate(‘http://michaelbrooks.ca’); // return QR code as a string qrcode.generate(‘http://michaelbrooks.ca’, function (qrcode) { console.log(qrcode); }); QR Code Terminal →