video-description-generator

1.0.3 • Public • Published

video-description-generator

Generate description from titles, links and times. A cool default template for describing videos.

Install

npm i video-description-generator

Usage

import videoDescriptionGenerator from 'video-description-generator';

const items = [{
  title: 'Some great product',
  link: 'https://somestore.com/affiliateId',
  time: 85
}, {
  title: 'Some awesome product',
  link: 'https://somestore.com/affiliateId',
  time: 126
}];

videoDescriptionGenerator.generateTextToCopy(items)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i video-description-generator

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

6.21 kB

Total Files

7

Last publish

Collaborators

  • luizasfight