Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

getframe

rickylawson17MIT0.0.2

Getting embed code of all video storage.

iframe, embed, cdn, storage, gulfstream

readme

What is getframe?

Getting embed code of all video storage.

upvid.co
vidlox.me
vidoza.net
openload.co
vidcloud.co
flix555.com
gounlimited.to
rapidvideo.com
streamango.com
verystream.com
streamcherry.com

Installation

npm i getframe

Usage

Import the library in your code:

const getframe = require('getframe');

Get embed code

let embed = getframe({
    "url": "youtube.com",
    "code": "dQw4w9WgXcQ"
});
console.log(embed); //=> https://www.youtube.com/embed/dQw4w9WgXcQ/

Running tests

npm test