twit : Twitter API client for node (REST & Streaming). You can installing twit 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 twit $ sudo npm install -g twit
If want to update the twit package execute the command as below,
$ sudo npm update twit
Update package globally,
$ npm install -g twit
$ sudo git clone https://github.com/rektide/twit.git
$ sudo npm install -g ./twit
twit@2.2.9 /usr/lib/node_modules/twit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall twit
| Package Name | twit |
| Version | 2.2.9 |
| Description | Twitter API client for node (REST & Streaming) |
| Released Date | 2017-06-15T17:21:27.784Z |
| Published by | ttezel |
| How to Learn | https://www.npmjs.com/package/twit/tutorial |