pushx

2.1.0 • Public • Published

PushX

Build Status

// pushx(from, to, volume, collateral)
require('pushx')('jita', 'amarr', 5, 5).then(result => {
  console.log(result);
}).catch(error => {
  console.error(error);
});
 
/*
{ CitadelFee: 0,
  Collateral: 5,
  ContainerPolicy: 'Containers allowed. MUST put a note in contract description.',
  ContainerPolicyHtml: 'Containers allowed.<br />MUST put a note in contract description.',
  CynoDistanceLy: 0,
  CynoJumpRangeLy: 0,
  DaysToAccept: '3 days (1 day for Rush Service)',
  DaysToComplete: '3 days (1 day for Rush Service)',
  EndSystemName: 'Amarr',
  GeneralError: null,
  HighsecSystems: 10,
  IsCyno: false,
  IssueToCorp: 'Push Industries',
  LowsecCynos: 0,
  LowsecSystems: 0,
  NullsecCynos: 0,
  NullsecSystems: 0,
  PriceDate: '/Date(1520943139932)/',
  PriceError: null,
  PriceNormal: 8100000,
  PriceRush: 38100000,
  RouteInfo: '10 Highsec',
  RouteType: 'Highsec',
  RushFee: 30000000,
  SecurityType: 'Highsec',
  ServiceType: 'Highsec (X-Small)',
  StartSystemName: 'Jita',
  Volume: 5 }
*/

Readme

Keywords

Package Sidebar

Install

npm i pushx

Weekly Downloads

2

Version

2.1.0

License

BSD-3-Clause

Unpacked Size

4.78 kB

Total Files

6

Last publish

Collaborators

  • nyanotech