reqit

1.0.1 • Public • Published

Simple request for NodeJS.

reQit, npm package for NodeJS

Installation

npm i regit

Usage

Get Google status, title and body:

const reqit = require('reqit');
 
reqit({
    url: 'https://www.google.com', 
    charset: 'utf-8'}, 
    (error, result) => {
        console.log(result);
});
// {status: 200, title: 'Google', body: '...'}

© 2018 ExtensionsApp

Package Sidebar

Install

npm i reqit

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

116 kB

Total Files

5

Last publish

Collaborators

  • extensionsapp