This package has been deprecated

Author message:

use

https-es6-promise

0.0.1 • Public • Published

https-es6-promise

ES6 promise wrapper around nodejs HTTPS api

Installation

$ npm install -g https-es6-promise

Usage

const https = require('https-es6-promise');
https.get('https://www.google.com/index.html')
    .then((response)=>{})
    .catch((error)=>{});

References

/https-es6-promise/

    Package Sidebar

    Install

    npm i https-es6-promise

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nisheeth