restling : Restling is a lightweight Node.js module for building promise-based asynchronous HTTP requests.. You can installing restling 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 restling $ sudo npm install -g restling
If want to update the restling package execute the command as below,
$ sudo npm update restling
Update package globally,
$ npm install -g restling
$ sudo git clone https://github.com/rektide/restling.git
$ sudo npm install -g ./restling
restling@0.9.1 /usr/lib/node_modules/restling
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall restling
| Package Name | restling |
| Version | 0.9.1 |
| Description | Restling is a lightweight Node.js module for building promise-based asynchronous HTTP requests. |
| Released Date | 2015-03-07T21:17:36.378Z |
| Published by | lucasfeliciano |
| How to Learn | https://www.npmjs.com/package/restling/tutorial |