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);
Note
- The youtube link can be in following formats
- The hours, minutes or seconds are optional.. you can provide anyone of them or in any combination.
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

Happy Coding!!!