p-throttler : A promise based throttler capable of limiting execution of parallel tasks. You can installing p-throttler 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 p-throttler $ sudo npm install -g p-throttler
If want to update the p-throttler package execute the command as below,
$ sudo npm update p-throttler
Update package globally,
$ npm install -g p-throttler
$ sudo git clone https://github.com/rektide/p-throttler.git
$ sudo npm install -g ./p-throttler
p-throttler@1.0.2 /usr/lib/node_modules/p-throttler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-throttler
| Package Name | p-throttler |
| Version | 1.0.2 |
| Description | A promise based throttler capable of limiting execution of parallel tasks |
| Released Date | 2016-01-03T09:54:20.241Z |
| Published by | satazor |
| How to Learn | https://www.npmjs.com/package/p-throttler/tutorial |