New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

viu-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viu-api-wrapper

[![view on npm](http://img.shields.io/npm/v/viu-api-wrapper.svg)](https://www.npmjs.org/package/viu-api-wrapper) [![npm module downloads per month](http://img.shields.io/npm/dm/viu-api-wrapper.svg)](https://www.npmjs.org/package/viu-api-wrapper) # VIU Api

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

view on npm npm module downloads per month

VIU Api Wrapper

simple api wrapper for VIU

How to Install

npm install viu-api-wrapper
# or
yarn add viu-api-wrapper

How to Use

import {Home, Search, Detail, HLS} from 'viu-api-wrapper';

// get home data
const home = await Home.getData();

// get search data
const search = await Search.getData(keyword);

// get detail data
const detail = await Detail.getData(id);

// get playurl
const playData = await HLS.getPlayUrl(id);

FAQs

Package last updated on 16 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts