1.0.1 • Published 7 years ago

tumo-yt-search v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Installing

npm install tumo-yt-search

const fetchVideos = require("tumo-yt-search)

const API_KEY = 'YOUR API KEY'

fetchVideos({key: API_KEY, term: 'term you want to searh for'}, data => {
    console.log(data)
});
1.0.1

7 years ago

1.0.0

7 years ago