0.0.2 • Published 5 years ago

getframe v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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