1.0.0 • Published 3 years ago

@freezegold/node-ytsr v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Instaletion

npm i @freezegole/node-ytsr --save

google api key

if you don't have any google api key click here

example

const ytsr = require('@freezegold/node-ytsr');

var option = {
	key: "your goolge api key",
	maxResults: 2 //default = 1
}
ytsr.search('music', option).then(res=>{
	console.log(res)
})