/YouTubeTimeLink

YouTube link generator with start time.

Primary LanguageJavaScriptMIT LicenseMIT

YouTube Time Link Generator

This package generates YouTube link with start time..

Installation

npm install youtubetimelink --save

Usage

const { generateLink } = require("youtube-time-link");

const url = "   ";
const time = { hours: 1, minutes: 30, seconds: 10 };

const generatedLink = generateLink(url, time);
console.log(generatedLink); // https://www.youtube.com/watch?v=acgz0C-z-gc?si=GO-xA2cvqi8HxtEy&t=5410s

Note

Tests

npm run test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

License

The MIT License (MIT). Please see License File for more information.

Support

Buy Me A Coffee

Happy Coding!!!