youtube-api : A Node.JS module, which provides an object oriented wrapper for the Youtube v3 API.. You can installing youtube-api 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 youtube-api $ sudo npm install -g youtube-api
If want to update the youtube-api package execute the command as below,
$ sudo npm update youtube-api
Update package globally,
$ npm install -g youtube-api
$ sudo git clone https://github.com/rektide/youtube-api.git
$ sudo npm install -g ./youtube-api
youtube-api@2.0.9 /usr/lib/node_modules/youtube-api
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall youtube-api
| Package Name | youtube-api |
| Version | 2.0.9 |
| Description | A Node.JS module, which provides an object oriented wrapper for the Youtube v3 API. |
| Released Date | 2017-09-08T14:44:04.497Z |
| Published by | ionicabizau |
| How to Learn | https://www.npmjs.com/package/youtube-api/tutorial |