oauth-sign : OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.. You can installing oauth-sign 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 oauth-sign $ sudo npm install -g oauth-sign
If want to update the oauth-sign package execute the command as below,
$ sudo npm update oauth-sign
Update package globally,
$ npm install -g oauth-sign
$ sudo git clone https://github.com/rektide/oauth-sign.git
$ sudo npm install -g ./oauth-sign
oauth-sign@0.8.2 /usr/lib/node_modules/oauth-sign
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall oauth-sign
Package Name | oauth-sign |
Version | 0.8.2 |
Description | OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. |
Released Date | 2016-05-04T21:13:21.752Z |
Published by | simov |
How to Learn | https://www.npmjs.com/package/oauth-sign/tutorial |