Skip to content

Instantly share code, notes, and snippets.

@angstyloop
Last active November 8, 2022 07:35
Show Gist options
  • Save angstyloop/68f89950977631150867d666675d44e2 to your computer and use it in GitHub Desktop.
Save angstyloop/68f89950977631150867d666675d44e2 to your computer and use it in GitHub Desktop.
Helper for "Fetch this Node.js script with node:https"
require('https').get('https://google.com',a=>a.on('data',a=>process.stdout.write(a))).on('error',console.error);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment