A real-time visualization of Bitcoin's price in binary format, synchronized with the binary representation of the current time. When digits match between the price and time, they are highlighted in gold.
- Real-time Bitcoin price updates from Coinbase API
- Binary representation of both price and time
- Visual highlighting of matching binary digits
- Smooth scrolling animation
- Responsive design for mobile and desktop
- Error handling and status indicators
- Clone the repository
- Install dependencies:
npm install- Start the server:
npm start- Open http://localhost:3456 in your browser
- Node.js
- Express
- HTML5/CSS3
- Vanilla JavaScript
- Coinbase API for Bitcoin prices