notp : Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator. You can installing notp 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 notp $ sudo npm install -g notp
If want to update the notp package execute the command as below,
$ sudo npm update notp
Update package globally,
$ npm install -g notp
$ sudo git clone https://github.com/rektide/notp.git
$ sudo npm install -g ./notp
notp@2.0.3 /usr/lib/node_modules/notp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall notp
| Package Name | notp |
| Version | 2.0.3 |
| Description | Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator |
| Released Date | 2014-10-14T00:17:06.469Z |
| Published by | guyht |
| How to Learn | https://www.npmjs.com/package/notp/tutorial |