stocks icon indicating copy to clipboard operation
stocks copied to clipboard

40-line real-time quote monitor for terminal environments

Results 7 stocks issues
Sort by recently updated
recently updated
newest added

Hi, I am a total brick when it comes to this coding stuff, but would like to use the terminal. Could someone do a step by step tutorial on how...

Hello, I am trying to understand why i am getting the errors ` /Users/bipulmainali/stocks/stocks.js:37 process.stdout.write(`\x1b[37m${quote.price.toFixed(2)}${randchars[Math.floor(Math.random() * 10)]}`); ^ TypeError: Cannot read properties of undefined (reading 'toFixed') at Timeout.grab [as _onTimeout]...

Just wanted to put some organisation into the codebase and add a typical linting configuration. Similar to #4 but, this might be a bit more familiar for ma main man...

any tutorial /instruction you can point us dummies to that will show how to run your programme once downloaded? chrome/penguin

Includes a `start` script to `package.json`, allowing the app to be run using `node stocks.js` via any package manager like `npm`, `yarn`, `bun`, or `pnpm`. This change standardizes how the...