Guest User

Untitled

a guest
Aug 10th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const request = require("request");
  2.  
  3. request("MY_URL", (error, response, body) => {
  4. console.log('body:', body); // Print the HTML for the Google homepage.
  5. });
Add Comment
Please, Sign In to add comment