1.0.7 • Published 7 years ago

@cray/n-ice v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

N-ice

Get stock information from etnet.

const ice = require('@cray/n-ice');

ice('03878').then((result)=>{
    console.log('result: ' , result);
} , (err)=>{
    console.log('error: ' , err);
});

log:

{ 
  perfect: 1,
  data:
  { 
    companyUrl: 'http://www.vicon.com.hk/',
    lotSize: 2000,
    price: [ 1, 1.2 ],
    ipoTime: { startTime: [Array], endTime: [Array] },
    publishTime: [ '12', '21' ],
    boardTime: [ '17', '12', '22' ] 
  } 
}