function-rate-limit : Limit the execution rate of any function. You can installing function-rate-limit 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 function-rate-limit $ sudo npm install -g function-rate-limit
If want to update the function-rate-limit package execute the command as below,
$ sudo npm update function-rate-limit
Update package globally,
$ npm install -g function-rate-limit
$ sudo git clone https://github.com/rektide/function-rate-limit.git
$ sudo npm install -g ./function-rate-limit
function-rate-limit@1.1.0 /usr/lib/node_modules/function-rate-limit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall function-rate-limit
Package Name | function-rate-limit |
Version | 1.1.0 |
Description | Limit the execution rate of any function |
Released Date | 2016-06-30T13:51:06.103Z |
Published by | wankdanker |
How to Learn | https://www.npmjs.com/package/function-rate-limit/tutorial |