sreq
v1.0.2
Published
Enter the following in the terminal ```js npm i sreq ```
Readme
Installation
Enter the following in the terminal
npm i sreqUsing
An example of using the module will return data from the page google.com
const sreq = require('sreq')
var result = sreq.get('https://google.com')
console.log(result)