1.0.0 • Published 3 years ago

floorsheet v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

floorsheet

Visualize NepalStock daily/historic floorsheets in terminal or cmd.

oclif Version

Usage

$ npm install -g floorsheet
$ floorsheet COMMAND
running command...
$ floorsheet (-v|--version|version)
floorsheet/1.0.0 linux-x64 node-v10.19.0
$ floorsheet --help [COMMAND]
USAGE
  $ floorsheet COMMAND
...

Commands

floorsheet help [COMMAND]

display help for floorsheet

USAGE
  $ floorsheet help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

floorsheet history

Run historic floorsheets till "2014".

USAGE
  $ floorsheet history

DESCRIPTION
  ...
  This command will run historic floorsheet,
  where you can see/interact with all the previous
  daily trade data.

See code: src/commands/history.js

floorsheet live

Run live floorsheet of current day.

USAGE
  $ floorsheet live

DESCRIPTION
  ...
  This command will run live floorsheet,
  which is updated every 15 seconds. Data
  is gathered through nepse newweb API. Although
  the data on newweb is updated once every 
  minute this app will try to update every 15 seconds
  to minimize the inconsistancy while gathering data.
  ...

See code: src/commands/live.js

Keybindings

"CTRL + q" => Close the application.

"f" Toggle filter window, While in filter window press "/" to search one stock.

"s" Sort the list with highest volume on top

"r" Reset the list table to default.

"left", "right" Change pages.

"TAB", Focus the table.

Regards

efexos (This app is unpolished, Expect changes soon.)

Mail:: vhusanpokharel@gmail.com

Contact Me || Buy me a drink(e-sewa):: +977-9862177635

npm.io