0.0.8 • Published 6 years ago

hkex v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago