oauth-1.0a : OAuth 1.0a Request Authorization for Node and Browser.. You can installing oauth-1.0a 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-1.0a $ sudo npm install -g oauth-1.0a
If want to update the oauth-1.0a package execute the command as below,
$ sudo npm update oauth-1.0a
Update package globally,
$ npm install -g oauth-1.0a
$ sudo git clone https://github.com/rektide/oauth-1.0a.git
$ sudo npm install -g ./oauth-1.0a
oauth-1.0a@2.2.2 /usr/lib/node_modules/oauth-1.0a
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall oauth-1.0a
| Package Name | oauth-1.0a |
| Version | 2.2.2 |
| Description | OAuth 1.0a Request Authorization for Node and Browser. |
| Released Date | 2017-09-12T14:22:43.436Z |
| Published by | ddo |
| How to Learn | https://www.npmjs.com/package/oauth-1.0a/tutorial |