Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymun/stock-ticker
Command-line tool which provides real-time financial information
https://github.com/barrymun/stock-ticker
bun npm-package terminal typescript
Last synced: about 3 hours ago
JSON representation
Command-line tool which provides real-time financial information
- Host: GitHub
- URL: https://github.com/barrymun/stock-ticker
- Owner: barrymun
- License: mit
- Created: 2023-12-11T22:11:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T08:03:56.000Z (10 months ago)
- Last Synced: 2024-10-06T12:37:13.459Z (about 1 month ago)
- Topics: bun, npm-package, terminal, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@barrymun/stock-ticker
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stock-ticker
The Stock Ticker Console Program is a versatile and user-friendly command-line tool designed to provide real-time financial information. This application allows you to monitor and track the latest stock market data for your favorite companies, helping you make informed investment decisions.
[![NPM](https://img.shields.io/npm/v/@barrymun/stock-ticker.svg)](https://www.npmjs.com/package/@barrymun/stock-ticker)
### Screenshots:
![screenshot-1](screenshots/1.png)
![screenshot-2](screenshots/2.png)
### To install:
(It is recommended to install npm and Node.js with [NVM](https://github.com/nvm-sh/nvm))
```bash
npm install @barrymun/stock-ticker -g
```To run:
```bash
sticker -s GOOG META MSFT
```Help
```bash
sticker -h
```### TODO
- [x] Add app screenshots
- [x] ~~Handle terminal resizing~~ (handled by `blessed` lib)
- [ ] Support for futures and ETFs
- [ ] Add a loading bar to show when the next request will be made
- [ ] Allow the user to specify if the stocks displayed should be listed in alphabetical order or in the order they were specified in the `sticker` command