{"id":34873328,"url":"https://github.com/pierridotite/stonks-dashboard","last_synced_at":"2025-12-29T10:16:13.823Z","repository":{"id":330254034,"uuid":"1121425713","full_name":"pierridotite/stonks-dashboard","owner":"pierridotite","description":"A cyberpunk-style, real-time financial monitor that runs directly in the terminal. It visualizes cryptocurrency and stock market data using ASCII charts and dynamic coloring.","archived":false,"fork":false,"pushed_at":"2025-12-24T10:37:22.000Z","size":274,"stargazers_count":121,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-25T19:43:25.485Z","etag":null,"topics":["cli","dashboard","data","finance","market","market-data","real-time","stocks","terminal","trading","tui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/pierridotite.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-23T01:25:16.000Z","updated_at":"2025-12-25T19:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pierridotite/stonks-dashboard","commit_stats":null,"previous_names":["pierridotite/stonks-dashboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pierridotite/stonks-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierridotite%2Fstonks-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierridotite%2Fstonks-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierridotite%2Fstonks-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierridotite%2Fstonks-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pierridotite","download_url":"https://codeload.github.com/pierridotite/stonks-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierridotite%2Fstonks-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28071574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"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":["cli","dashboard","data","finance","market","market-data","real-time","stocks","terminal","trading","tui"],"created_at":"2025-12-26T00:03:40.177Z","updated_at":"2025-12-27T04:00:07.887Z","avatar_url":"https://github.com/pierridotite.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003e Stonks Dashboard \u003c/h1\u003e\n\n[![GitHub stars](https://img.shields.io/github/stars/pierridotite/stonks-dashboard?style=social)](https://github.com/praffall/stonks-dashboard/stargazers)\n[![npm version](https://img.shields.io/npm/v/stonks-dashboard.svg)](https://www.npmjs.com/package/stonks-dashboard)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n\u003ca href=\"https://www.producthunt.com/products/stonks-dashboard?embed=true\u0026amp;utm_source=badge-featured\u0026amp;utm_medium=badge\u0026amp;utm_campaign=badge-stonks-dashboard\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg alt=\"Stonks Dashboard - Real-time crypto \u0026amp; stock dashboard for your terminal | Product Hunt\" width=\"250\" height=\"54\" src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1053667\u0026amp;theme=light\u0026amp;t=1766564383605\"\u003e\u003c/a\u003e\n\n**Minimal real-time market dashboard for your terminal**\n\n![Dashboard](assets/dashboard.png)\n\n\u003c/div\u003e\n\n---\n\n## Features\n\n- **Watchlist:** Crypto, stocks, ETFs in one view\n- **Trend chart:** Periods 1D, 7D, 30D, 90D\n- **Details panel:** Key metrics (price, change, highs/lows)\n- **Caching \u0026 rate limits:** Smooth updates with fewer API errors\n\n## Quick Start\n\n```bash\nnpx stonks-dashboard\n```\n\nOr install globally:\n\n```bash\nnpm install -g stonks-dashboard\nstonks-dashboard\n```\n\n## Local Development\n\n```bash\ngit clone https://github.com/pierridotite/stonks-dashboard.git\ncd stonks-dashboard\nnpm install\nnpm start\n```\n\n## Controls\n\n- `↑`/`↓`: Navigate watchlist\n- `1`–`4`: Switch period (1D/7D/30D/90D)\n- `q` or `Ctrl+C`: Quit\n\n## Configuration\n\nEdit `config.json` to customize:\n\n```json\n{\n  \"tickers\": [\"BTC\", \"ETH\", \"AAPL\", \"TSLA\"],\n  \"cryptoIds\": { \"BTC\": \"bitcoin\", \"ETH\": \"ethereum\" },\n  \"updateInterval\": 120000\n}\n```\n\n## Data Sources\n\n- **Crypto:** CoinGecko API\n- **Stocks/ETFs:** Yahoo Finance API\n\nRequests are rate-limited and cached (`cache.json`). Crypto details cache ~30 min; price series cache ~1 min.\n\n## Requirements\n\n- Node.js (LTS recommended)\n\n## License\n\nMIT - See [LICENSE](LICENSE)\n\n## Star History\n\n\u003ca href=\"https://www.star-history.com/#pierridotite/stonks-dashboard\u0026type=date\u0026legend=top-left\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=pierridotite/stonks-dashboard\u0026type=date\u0026theme=dark\u0026legend=top-left\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=pierridotite/stonks-dashboard\u0026type=date\u0026legend=top-left\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=pierridotite/stonks-dashboard\u0026type=date\u0026legend=top-left\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierridotite%2Fstonks-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierridotite%2Fstonks-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierridotite%2Fstonks-dashboard/lists"}