twitter : Twitter API client library for node.js. You can installing twitter 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 twitter $ sudo npm install -g twitter
If want to update the twitter package execute the command as below,
$ sudo npm update twitter
Update package globally,
$ npm install -g twitter
$ sudo git clone https://github.com/rektide/twitter.git
$ sudo npm install -g ./twitter
twitter@1.7.1 /usr/lib/node_modules/twitter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall twitter
| Package Name | |
| Version | 1.7.1 |
| Description | Twitter API client library for node.js |
| Released Date | 2017-06-13T11:48:37.477Z |
| Published by | desmondmorris |
| How to Learn | https://www.npmjs.com/package/twitter/tutorial |