StockWatcher is a simple stock price tracker for Mac OS X. Enter any stock symbol and get instant updates keeping you ahead of the curve! Built with Electron.js, HTML, CSS and ❤️.
- Search any ticker symbol across all major stock markets (NYSE, NASDAQ, London Stock Exchange, Tokyo Stock Exchange, etc.)
- Get instant updates for any ticker symbol
- View current company name, stock price, point yield and percent yield for each ticker symbol
git clone git@github.com:mcarlucci/StockWatcher.git && cd StockWatcher
npm install
npm start
npm run build