{"id":28358104,"url":"https://github.com/andreyxdd/marketeye-client","last_synced_at":"2026-03-03T02:01:19.037Z","repository":{"id":128976599,"uuid":"447046884","full_name":"andreyxdd/marketeye-client","owner":"andreyxdd","description":"Desktop interface to showcase data processed with Market-Eye API","archived":false,"fork":false,"pushed_at":"2026-03-03T00:03:05.000Z","size":1190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-03T01:23:03.899Z","etag":null,"topics":["electron","react","typescript","webpack","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreyxdd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-12T02:14:10.000Z","updated_at":"2026-03-03T00:03:08.000Z","dependencies_parsed_at":"2025-06-22T03:30:53.995Z","dependency_job_id":null,"html_url":"https://github.com/andreyxdd/marketeye-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"electron-react-boilerplate/electron-react-boilerplate","purl":"pkg:github/andreyxdd/marketeye-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyxdd%2Fmarketeye-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyxdd%2Fmarketeye-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyxdd%2Fmarketeye-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyxdd%2Fmarketeye-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreyxdd","download_url":"https://codeload.github.com/andreyxdd/marketeye-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyxdd%2Fmarketeye-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30030303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"online","status_checked_at":"2026-03-03T02:00:07.650Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","react","typescript","webpack","zustand"],"created_at":"2025-05-28T08:14:51.725Z","updated_at":"2026-03-03T02:01:18.991Z","avatar_url":"https://github.com/andreyxdd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Market-Eye Desktop Suite\n\n\u003cp\u003e\nThe Market-Eye desktop app tabulates technical indicators for the stocks from NYSE/NASDAQ markets through a light interface.\n\u003c/p\u003e\n\u003cp\u003eThe project is built with \u003ca href=\"https://github.com/andreyxdd/marketeye-api\"\u003eMarket-Eye API\u003c/a\u003e, \u003ca href=\"https://github.com/electron-react-boilerplate/electron-react-boilerplate\"\u003eElectron React Boilerplate\u003c/a\u003e, \u003ca href=\"https://mui.com/\"\u003eMUI\u003c/a\u003e, and \u003ca href=\"https://github.com/pmndrs/zustand\"\u003eZustand\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Build Status][github-actions-status]][github-actions-url]\n[![Github Tag][github-tag-image]][github-tag-url]\n\n\u003c/div\u003e\n\n## Market-Eye API\n\nMarketEye 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.\n\n*Note*: Market-Eye API is accessible only through a private key access (should be initiated in the ```.env``` locally).\n\n## Installing, running, and packaging\n\n### Install\n\nClone the repo and install dependencies:\n\n```bash\ngit clone https://github.com/andreyxdd/marketeye-desktop-app.git\ncd marketeye-desktop-app\nnpm install\n```\n\n**Having issues installing? The [ERB debugging guide](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400) might help**\n\n### Starting Development\n\nStart the app in the `dev` environment:\n\n```bash\nnpm start\n```\n\n### Packaging for Production\n\nTo package apps for the local platform:\n\n```bash\nnpm run package\n```\n\n### Docs\n\nSee [ERB docs and guides for more details](https://electron-react-boilerplate.js.org/docs/installation)\n\n[github-actions-status]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/workflows/Test/badge.svg\n[github-actions-url]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/actions\n[github-tag-image]: https://img.shields.io/github/tag/electron-react-boilerplate/electron-react-boilerplate.svg?label=version\n[github-tag-url]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/releases/latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyxdd%2Fmarketeye-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreyxdd%2Fmarketeye-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyxdd%2Fmarketeye-client/lists"}