@playon-network/fantasy
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@playon-network/fantasy

This is the PlayON Network Fantasy component of the PlayON Network JS SDK.

Installation

$ npm install --save @playon-network/engine
$ npm install --save @playon-network/fantasy

Get Started

// Import the functions you need from the packages you need.
import { initializeEngine } from '@playon-network/engine';
import { initializeFantasyApp } from '@playon-network/fantasy';

// Your web app's PlayON Network configuration.
//
// isTesting is optional, by default is false.
// To use the staging environment of your application in the PlayON Network,
// set the isTesting option to true.
const config = {
  nid: '<playon-network-identifier>',
  authToken: '<auth-token>',
  isTesting: true,
};

// Before start the application, you need to initialize the Engine.
const engine = await initializeEngine(config);

// Fetch the DOM element where you want to place the application.
const elem = document.querySelector('#fantasy_app');

// Once the Engine is ready, create and initialize the application you want to use.
initializeFantasyApp(engine, elem);

Readme

Keywords

Package Sidebar

Install

npm i @playon-network/fantasy

Weekly Downloads

4

Version

1.0.1

License

Apache-2.0

Unpacked Size

42.4 kB

Total Files

10

Last publish

Collaborators

  • playon-ops