Get your own website Result Size: 625 x 565
x
 
const os = require('os');
// Get OS type
console.log(`OS Type: ${os.type()}`);
OS Type: Linux