1.0.1 • Published 6 years ago

youtube-title v1.0.1

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

youtube-title

Retrieve video title using video id and YouTube API

Installing via NPM

$ npm install youtube-title

Example

const youtubeTitle = require('youtube-title');

//result will be a string
let title = await youtubeTitle(videoId, apiKey);
1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago