The Market-Eye desktop app tabulates technical indicators for the stocks from NYSE/NASDAQ markets through a light interface.
The project is built with Market-Eye API, Electron React Boilerplate, MUI, and Zustand.
MarketEye API provides the most recent stock market analytics by calculating individual stock indicators (EMAs, MFI, etc.) as well as market-as-a-whole parameters (VIX, CVI, etc.) using the end-of-day (EOD) historical data. Market-Eye API stores the last three months of data and computes new analytics every working (trading) day.
Note: Market-Eye API is accessible only through a private key access (should be initiated in the .env
locally).
Clone the repo and install dependencies:
git clone https://github.com/andreyxdd/marketeye-desktop-app.git
cd marketeye-desktop-app
npm install
Having issues installing? The ERB debugging guide might help
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package