An open API service indexing awesome lists of open source software.

https://github.com/techtronixx/pulse-terminal

A simple, high-performance crypto trading terminal featuring real-time data, technical indicators, and live market insights.
https://github.com/techtronixx/pulse-terminal

bitcoin cryptocurrency dashboard javascript orderbook-websocket terminal trading-scanners websocket

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)
![Live](https://img.shields.io/badge/Live-green?style=for-the-badge)
![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)
![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge)

## Screenshots

| Light Mode | Dark Mode |
| :-----------------------------------: | :---------------------------------: |
| ![Light Mode](./screenshot-light.png) | ![Dark Mode](./screenshot-dark.png) |

## [Live Demo ](https://pulse-terminal.vercel.app)

## 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._