YouTube Trends, get YouTube trending videos without GoogleAPI Key
npm install node-yttSimple module to get YouTube trending videos.
No need of GoogleAPI key.
``js
const ytt = require('node-ytt');
ytt((response) => {
if(response instanceof Error)
throw response
console.log(response)
})
`
Fetches latest YouTube trending videos from US origin.
* callback(result)`
* function
* fires on request completion
* result can be error or videos response
* node-ytdl-core
* node-ytsr
* node-ytpl
npm install --save node-ytt