node-muvi
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

node-muvi

A Node.js module for acessing the Muvi API

Introduction

The Muvi API is designed to help developers, re-sellers, SIs, as well as 3rd party App developers to make use of Muvi's video streaming engine and deliver an enhanced video experience to their customers and end users. With the Muvi API you can build stunning apps, websites as well as business applications that make use of Video as their delivery and communication medium to interact with the end users. By using the Muvi API, developers can make use of Muvi's Video Streaming Engine and will be able to –

  • Get Embed codes for the video player to display under your apps
  • Add/Manage Subscribers
  • Manage user Authentications
  • Send search request and get results

Dependencies

  • request
  • request-promise

Installation

  npm i node-muvi

Usage

Inform the API base and API Token when creating a new object

import Muvi from "node-muvi";
 
const muvi = new Muvi("https://myapi.muvi.com/rest", "155f746f4601f085715e7715dfc454rd");
 
muvi.getGenreList()
    .then(res => {
        console.log(res);
    })
    .catch(err => console.log(err));

Maintainer

Jon Ribeiro

License

MIT

Dependents (0)

Package Sidebar

Install

npm i node-muvi

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

16.3 kB

Total Files

7

Last publish

Collaborators

  • jonathas