Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 827 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 827 Bytes

STTail

StockTwits querier

Run integrated version

yarn install
yarn test
yarn build
yarn start
cd client
echo "REACT_APP_API_SERVER='http://localhost:3000'" > .env
yarn install
yarn test
yarn start
cd server
echo "CORS_ALLOWED_HOSTS='http://localhost:3001'" > .env
yarn install
yarn test
yarn start

TODO

  • 🪲 Improve tweet message body parsing 🪲

  • Optimize API calls, reduce waste by using cursors

  • Add UI control to set refresh interval (currently default to 120000 ms)

  • Integrate with Auth providers

  • ~