restler : An HTTP client library for node.js. You can installing restler 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 restler $ sudo npm install -g restler
If want to update the restler package execute the command as below,
$ sudo npm update restler
Update package globally,
$ npm install -g restler
$ sudo git clone https://github.com/rektide/restler.git
$ sudo npm install -g ./restler
restler@3.4.0 /usr/lib/node_modules/restler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall restler
| Package Name | restler |
| Version | 3.4.0 |
| Description | An HTTP client library for node.js |
| Released Date | 2015-09-29T11:01:54.567Z |
| Published by | easternbloc |
| How to Learn | https://www.npmjs.com/package/restler/tutorial |