@anujsharma141/stonk

CLI to get indian stocks data.

Usage no npm install needed!

<script type="module">
  import anujsharma141Stonk from 'https://cdn.skypack.dev/@anujsharma141/stonk';
</script>

README

npm build npm version

:rocket: Install

npm i @anujsharma141/stonk -g

:pushpin: Usage

-s, --search

search from stocks listed

stonk --search <keyword>

-a, --add

add stock to watchlist

stonk --add <ticker>

-r, --remove

remove stock from watchlist

stonk --remove <ticker>

-i, --info

logs quote value of a stock

stonk --info <ticker>

-w, --watch

logs the watchlist

stonk --watch

--help

Show help

stonk --help 

:wrench: Development

Run the following commands in terminal to setup the project on your local machine.

git clone https://github.com/AnujSharma141/stonk.git
cd stonk
npm install 
npm i -g .