simple-get : Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.. You can installing simple-get npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install simple-get $ sudo npm install -g simple-get
If want to update the simple-get package execute the command as below,
$ sudo npm update simple-get
Update package globally,
$ npm install -g simple-get
$ sudo git clone https://github.com/rektide/simple-get.git
$ sudo npm install -g ./simple-get
simple-get@2.7.0 /usr/lib/node_modules/simple-get
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall simple-get
| Package Name | simple-get |
| Version | 2.7.0 |
| Description | Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines. |
| Released Date | 2017-08-19T04:11:49.286Z |
| Published by | feross |
| How to Learn | https://www.npmjs.com/package/simple-get/tutorial |