steam-totp : Generate Steam-style TOTP codes given a secret. You can installing steam-totp 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 steam-totp $ sudo npm install -g steam-totp
If want to update the steam-totp package execute the command as below,
$ sudo npm update steam-totp
Update package globally,
$ npm install -g steam-totp
$ sudo git clone https://github.com/rektide/steam-totp.git
$ sudo npm install -g ./steam-totp
steam-totp@2.0.1 /usr/lib/node_modules/steam-totp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall steam-totp
| Package Name | steam-totp |
| Version | 2.0.1 |
| Description | Generate Steam-style TOTP codes given a secret |
| Released Date | 2017-05-31T03:18:59.745Z |
| Published by | doctormckay |
| How to Learn | https://www.npmjs.com/package/steam-totp/tutorial |