1.0.5 • Published 4 years ago

viu-api-wrapper v1.0.5

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

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);
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago