bunnynet-nodejs

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bunnynet-nodejs

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

4.51 kB

Total Files

5

Last publish

Collaborators

  • aaronburt