https://github.com/andreyxdd/marketeye-client
Desktop interface to showcase data processed with Market-Eye API
https://github.com/andreyxdd/marketeye-client
electron react typescript webpack zustand
Last synced: 4 months ago
JSON representation
Desktop interface to showcase data processed with Market-Eye API
- Host: GitHub
- URL: https://github.com/andreyxdd/marketeye-client
- Owner: andreyxdd
- License: mit
- Created: 2022-01-12T02:14:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T00:03:05.000Z (4 months ago)
- Last Synced: 2026-03-03T01:23:03.899Z (4 months ago)
- Topics: electron, react, typescript, webpack, zustand
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Market-Eye Desktop Suite
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.
[![Build Status][github-actions-status]][github-actions-url]
[![Github Tag][github-tag-image]][github-tag-url]
## Market-Eye API
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).
## Installing, running, and packaging
### Install
Clone the repo and install dependencies:
```bash
git clone https://github.com/andreyxdd/marketeye-desktop-app.git
cd marketeye-desktop-app
npm install
```
**Having issues installing? The [ERB debugging guide](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400) might help**
### Starting Development
Start the app in the `dev` environment:
```bash
npm start
```
### Packaging for Production
To package apps for the local platform:
```bash
npm run package
```
### Docs
See [ERB docs and guides for more details](https://electron-react-boilerplate.js.org/docs/installation)
[github-actions-status]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/workflows/Test/badge.svg
[github-actions-url]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/actions
[github-tag-image]: https://img.shields.io/github/tag/electron-react-boilerplate/electron-react-boilerplate.svg?label=version
[github-tag-url]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/releases/latest