Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save transitive-bullshit/2185122b4c6d0e2e3d0b6b6af307d47f to your computer and use it in GitHub Desktop.
Save transitive-bullshit/2185122b4c6d0e2e3d0b6b6af307d47f to your computer and use it in GitHub Desktop.
const request = require('request-promise-native')
const html = await request('https://github.com')
console.log(html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment