ftse

1.0.6 • Public • Published

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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ftse

    Weekly Downloads

    1

    Version

    1.0.6

    License

    MIT

    Last publish

    Collaborators

    • rickycodes