Skip to content

ProdiGeeZ/ccxt_spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCXT with Tailwind UI Websocket Demo

This project streams live price data from Binance using CCXT and utilizes Tailwind CSS for the UI.

Installation

  1. Clone the repository:
    git clone https://github.com/ProdiGeeZ/ccxt_spike.git
  2. Navigate to the project directory:
    cd ccxt_spike
  3. Install the dependencies:
    npm install
  4. Run this command:
    npm run dev

Usage

  1. 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.

Dependencies

  • 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.