speakeasy : Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.. You can installing speakeasy 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 speakeasy $ sudo npm install -g speakeasy
If want to update the speakeasy package execute the command as below,
$ sudo npm update speakeasy
Update package globally,
$ npm install -g speakeasy
$ sudo git clone https://github.com/rektide/speakeasy.git
$ sudo npm install -g ./speakeasy
speakeasy@2.0.0 /usr/lib/node_modules/speakeasy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall speakeasy
| Package Name | speakeasy |
| Version | 2.0.0 |
| Description | Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator. |
| Released Date | 2016-01-27T06:42:51.677Z |
| Published by | markbao |
| How to Learn | https://www.npmjs.com/package/speakeasy/tutorial |