0.1.9 • Published 6 years ago

@inplayer/inplayer-sdk v0.1.9

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

InPlayer SDK

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Development

NOTE:

CMD/Powershell on Windows is crashing on WATCH mode, go to node_modules/rollup/bin/rollup and change

const SHOW_ALTERNATE_SCREEN = '\u001B[?1049h';

const HIDE_ALTERNATE_SCREEN = '\u001B[?1049l';

to

const SHOW_ALTERNATE_SCREEN = '';

const HIDE_ALTERNATE_SCREEN = '';

Installing

Method 1 using script tag:

  • Import the bundle.js inside your html as follows:

    <script src="https://inplayer.com/SDK/bundle.min.js"></script>

Method 2 using NPM:

  • Run the following command

    $ npm i @inplayer/inplayer-sdk

  • Import the SDK inside any javascript file:

    import InPlayer from '@inplayer/inplayer-sdk';

Running the tests

$ npm test

Deployment

$npm run dev

Versioning

0.1.9

License

InPlayer Ltd.

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago