Skip to content

webdevic/STTail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • ~