UNPKG

jget-shark

Version:

Use GET functions

6 lines (5 loc) 193 B
const sget = require('./index').sget; sget('https://morning-tor-58273.herokuapp.com/', function (error, response, body) { if (error) throw new Error(error); console.log(body); });