title | description | date | repository | published |
---|---|---|---|---|
StockWatcher |
Get alerts and watch your favourite stocks |
2021-10-15 |
/jaybenaim/StockWatcher |
false |
Get live stock data from Yahoo and create alerts when they hit the set price
- Pull Live Stock Data: Obtain recent stock prices directly from NASDAQ.
- Custom Alerts: Set price thresholds to receive notifications, ensuring you're informed when stock prices meet your criteria.
The front-end code can be found here.
StockWatcher is built using the following technologies:
- React: Converted into a React project to improve UI design.
- Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
- Python: A high-level programming language known for its simplicity and readability.
- Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
- Celery: A distributed task queue that helps execute tasks asynchronously or scheduled. Used to get live updates incrementally throughout the opening-closing hours of the market.