1.0.6 • Published 8 years ago

ftse v1.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

ftse

scrape and filter hl.co.uk market summaries

install

$ npm install --save ftse

usage

var ftse = require('ftse')('aim', 20, null, function(items) {
  console.log(items) // Array
})

cli

$ npm install --global ftse

example

options

The following options are available:

--market=market -m=market
   Specify which market, either `aim` or `100` (ftse-100)

--limit=num -l=num
   Limit the results to a specific number

--risers -r
   Limit the results to risers only

--fallers -f
   Limit the results to fallers only

--table -t
   Render output as table
usage
ftse --market=100
=> `...`

ftse --market=aim --limit=5
=> `...`

ftse --market=aim --limit=5 --risers
=> `...`

ftse --market=aim --limit=10 --fallers
=> `...`

ftse --version
=> 1.0.1
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago