/youtube-searcher-node

YouTube searcher for NodeJS study purpose

Primary LanguageJavaScript

YouTube Searcher (NodeJS)

This repository was created for NodeJS testing purpose, from basics to something advanced in the end.

Clone the repository and install the dependencies:

npm install

At this point, generate a YouTube Data API Key on Google Developer Console, put it on config.json and execute:

node index.js

It will ask what you would like to search on YouTube and result the last 5 results.
Choose one of the results writing the number in console and the chosen link will open.