bunnynet-nodejs
v1.0.2
Published
This is currently in beta and isn't complete or fully robust.
Downloads
2
Readme
BunnyNet-Nodejs
This is currently in beta and isn't complete or fully robust.
Stream api
const { Stream, Bunny } = require('bunnynet-nodejs')
let Video = new Stream('libraryId', 'accessKey')
Video.createVideo('video title').then(created => {
created.fetchVideo(
Video.createVideoData.guid,
'https://example.com/video.mp4'
);
});
Legal disclaimer
You must understand before installing or running the code, that i cannot validate the performance or security of the package and dependencies therefore you agree that you run this at your own discretion