@fraserdarwent/javascript-xapi

1.0.4 • Public • Published

javascript-xapi

Installation

yarn add @fraserdarwent/javascript-xapi

Usage

import XAPI from '@fraserdarwent/javascript-xapi';

const xapi = new XAPI({
  userId: USER_ID,
  password: PASSWORD,
  demo: true,
});

// Get all available symbols
xapi.symbols().then(symbols => {});

// Get ticks for (up to) past 15 years for symbol
xapi.ticks(symbol).then(ticks => {});

Readme

Keywords

none

Package Sidebar

Install

npm i @fraserdarwent/javascript-xapi

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

21.5 kB

Total Files

5

Last publish

Collaborators

  • fraserdarwent