{"id":26120697,"url":"https://github.com/joeansteinbock/crypto-price-tracker","last_synced_at":"2026-04-12T00:02:52.491Z","repository":{"id":281611052,"uuid":"944965791","full_name":"JoeanSteinbock/crypto-price-tracker","owner":"JoeanSteinbock","description":"Real-time cryptocurrency price tracker optimized for live streaming, broadcasting, and large displays. Features live charts, dark mode, and responsive design.","archived":false,"fork":false,"pushed_at":"2025-03-10T07:36:18.000Z","size":631,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T08:22:07.782Z","etag":null,"topics":["bitcoin","blockchain","broadcast","coingecko-api","crypto-tracker","cryptocurrency","dark-mode","digital-signage","ethereum","framer-motion","nextjs","price-tracker","react","real-time","streaming","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://cryptotick.live","language":"TypeScript","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/JoeanSteinbock.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}},"created_at":"2025-03-08T10:43:23.000Z","updated_at":"2025-03-10T07:36:21.000Z","dependencies_parsed_at":"2025-03-10T08:22:11.566Z","dependency_job_id":"5def0587-ceab-4aad-92d6-44f3624601ba","html_url":"https://github.com/JoeanSteinbock/crypto-price-tracker","commit_stats":null,"previous_names":["joeansteinbock/crypto-price-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeanSteinbock%2Fcrypto-price-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeanSteinbock%2Fcrypto-price-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeanSteinbock%2Fcrypto-price-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeanSteinbock%2Fcrypto-price-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoeanSteinbock","download_url":"https://codeload.github.com/JoeanSteinbock/crypto-price-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242863893,"owners_count":20197672,"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","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":["bitcoin","blockchain","broadcast","coingecko-api","crypto-tracker","cryptocurrency","dark-mode","digital-signage","ethereum","framer-motion","nextjs","price-tracker","react","real-time","streaming","tailwindcss","typescript"],"created_at":"2025-03-10T13:43:50.299Z","updated_at":"2026-04-12T00:02:52.461Z","avatar_url":"https://github.com/JoeanSteinbock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CryptoTick.live - Real-time Cryptocurrency Price Tracker\n\nA modern, real-time cryptocurrency price tracking application built with Next.js, featuring a beautiful UI and professional presentation mode for streaming and broadcasting.\n\n![CryptoTick.live Screenshot](public/screenshot.png)\n\n## Features\n\n- **Real-time Price Updates**: Live cryptocurrency price tracking with smooth transitions\n- **Presentation Mode**: Full-screen display optimized for streaming and broadcasting\n- **Audio Feedback**: Price change alerts with customizable sound effects\n- **Dark/Light Mode**: Automatic theme switching based on system preferences\n- **Mobile Responsive**: Optimized for all screen sizes\n- **Multiple Cryptocurrencies**: Support for over 1000+ cryptocurrencies\n- **Favorites**: Save your preferred cryptocurrencies for quick access\n- **Price Charts**: Interactive price charts with 24-hour history\n- **Google Analytics**: Built-in analytics with privacy-first approach\n- **PWA Support**: Install as a standalone application\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.0 or later\n- npm or yarn\n- Git\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/JoeanSteinbock/crypto-price-tracker.git\ncd crypto-price-tracker\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env.local` file in the root directory and add your configuration:\n```env\n# Google Analytics ID (optional)\nNEXT_PUBLIC_GA_ID=\"your-ga-id\"\n\n# Donation addresses (optional)\nNEXT_PUBLIC_DONATION_BTC_TAPROOT=\"your-btc-address\"\nNEXT_PUBLIC_DONATION_ETH=\"your-eth-address\"\n# ... add other cryptocurrency addresses as needed\n```\n\n4. Start the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Building for Production\n\n```bash\nnpm run build\nnpm start\n# or\nyarn build\nyarn start\n```\n\n## Usage\n\n### Basic Navigation\n\n- Visit the homepage to see popular cryptocurrencies\n- Click on any cryptocurrency to view detailed price information\n- Use the search bar to find specific cryptocurrencies\n- Toggle dark/light mode using the theme switcher\n- Add cryptocurrencies to favorites for quick access\n\n### Presentation Mode\n\n1. Navigate to any cryptocurrency page\n2. Click the \"Presentation Mode\" button\n3. The interface will switch to a clean, full-screen display\n4. Press ESC or click anywhere to exit presentation mode\n\n### Streaming Setup\n\n1. Capture the browser window in your streaming software (OBS, Streamlabs, etc.)\n2. Enable presentation mode for a clean interface\n3. Adjust the window size to match your streaming resolution\n4. Optional: Enable audio alerts for price changes\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you find this project useful, consider supporting its development:\n\n- Bitcoin (Taproot): `bc1pd3xneatx2wglt8j92g747wpjyvjyga6j4ljyycc0mc2uxuddfzes8ald73`\n- Ethereum: `0xc96d85fa4adb61331f50a2045d0a35d78060ed91`\n- Solana: `22YZJuq1ZoBWDqN2Xn7Eqn7qspf46X7TmxSFEHEmp1eU`\n\n## Acknowledgments\n\n- Built with [Next.js](https://nextjs.org/)\n- UI components from [shadcn/ui](https://ui.shadcn.com/)\n- Price data from [CoinGecko API](https://www.coingecko.com/en/api)\n- Icons from [Lucide](https://lucide.dev/) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeansteinbock%2Fcrypto-price-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeansteinbock%2Fcrypto-price-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeansteinbock%2Fcrypto-price-tracker/lists"}