pushx
v2.1.0
Published
Client for the PushX delivery quote API
Downloads
31
Readme
PushX
// 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 }
*/