0.0.8 • Published 5 years ago

hkex v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Web scraper for HKEX latest listed company information

Install

npm install hkex

Usage

language options 'en' or 'ch' for initialization

moment = require 'moment'
hkex = require('hkex')
  lang: 'ch'
  dtStart: moment()

get = ->
  hkex
    .then (data) ->
      if data.hasNext
        hkex = data.$fetch()
        return get()
      console.log data.models

get()
0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago