This project streams live price data from Binance using CCXT and utilizes Tailwind CSS for the UI.
- Clone the repository:
git clone https://github.com/ProdiGeeZ/ccxt_spike.git
- Navigate to the project directory:
cd ccxt_spike
- Install the dependencies:
npm install
- Run this command:
npm run dev
- Launch the HTML page with live server:
- You can use the Live Server extension in VS Code or any other live server tool to serve the
index.html
file.
- You can use the Live Server extension in VS Code or any other live server tool to serve the
- CCXT: A cryptocurrency trading library used to interact with Binance API.
- Tailwind CSS: A utility-first CSS framework for styling the UI.
- TypeScript/JavaScript: Used for the main application logic.