waypoints : Easily execute a function when you scroll to an element. You can installing waypoints 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 waypoints $ sudo npm install -g waypoints
If want to update the waypoints package execute the command as below,
$ sudo npm update waypoints
Update package globally,
$ npm install -g waypoints
$ sudo git clone https://github.com/rektide/waypoints.git
$ sudo npm install -g ./waypoints
waypoints@4.0.1 /usr/lib/node_modules/waypoints
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall waypoints
| Package Name | waypoints |
| Version | 4.0.1 |
| Description | Easily execute a function when you scroll to an element |
| Released Date | 2016-09-03T14:23:10.688Z |
| Published by | imakewebthings |
| How to Learn | https://www.npmjs.com/package/waypoints/tutorial |