StockTwits querier
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
-
🪲 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
-
~