๐ View source - Cod main_.js
const qrcode = require('qrcode-terminal');
const host = 'https://github.com/trezhywinks/';
qrcode.generate(host, {small: true}, function(qrcode) {
console.log(qrcode);
})sudo apt update
$ git clone https://github.com/trezhywinks/qrcode-terminal.git
$ cd qrcode-terminal
$ npm install .

