stocks icon indicating copy to clipboard operation
stocks copied to clipboard

Minor refactor & linting support

Open azerella opened this issue 2 years ago • 0 comments

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 @martinshkreli to use going forward ❤️

Notable changes

  • Linting support w/ Prettier formatting
  • axios instead of fetch to correct a connection timeout issue and as a more usable, industry standard API.
  • Promise.all to improve event loop efficiency however, it comes at the cost of now all the tickers will update together.

azerella avatar Feb 23 '23 02:02 azerella