1.0.2 • Published 3 years ago

bunnynet-nodejs v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago