Skip to content

TechTronixx/Pulse-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulse Terminal: Crypto chart Interface

I built Pulse Terminal for my own personal use. I just wanted a clean, focused way to watch the quick 1s crypto market info without having to manage a hundred different tabs. It hooks straight into Binance's WebSockets and REST APIs to provide real-time data in a single, lightweight view.

Vercel Live License GitHub

Screenshots

Light Mode Dark Mode
Light Mode Dark Mode

Key Features

  • Orderbook Depth: See the real-time bid/ask spread and where the big walls are sitting.
  • Momentum Insights: Automated logic that tracks volume spikes, RSI levels, and VWAP crossovers.
  • Fast Timeframes: Supports 1s, 1m, 3m, 5m, 15m, and 30m intervals.
  • Clean Charting: Built on Lightweight Charts v4.1.1 with custom themes for both light and dark modes.

Tech Stack

  • Core: Vanilla HTML5, CSS3, and JavaScript (ES6+).
  • Charting: Lightweight Charts v4.1.1.
  • Icons: Iconify Framework.
  • API: Binance Public WebSocket & REST API.

Running Locally

No build tools or dependencies required.

git clone https://github.com/TechTronixx/Pulse-Terminal.git
cd Pulse-Terminal

Open Terminal-main.html in any modern browser.

Alternatively, run a local server:

npx -y serve .

Visit http://localhost:3000 once the server starts.


Note: This is a frontend-only terminal. No private keys or trading credentials should be entered here as it is designed for monitoring and Personal use.

About

A simple, high-performance crypto trading terminal featuring real-time data, technical indicators, and live market insights.

Topics

Resources

Stars

Watchers

Forks

Contributors