Skip to content

EddieKuo723/plot-crypto

Repository files navigation

update-price-image

Plot Cryptocurrency

📈 Generate a real-time image displaying the chart of cryptocurrency prices.

Introduction

This tool generates real-time price charts for major cryptocurrencies supported by Binance (e.g., BTC, ETH, LTC, SOL, etc.). The charts display a 24-hour summary, 5-minute interval kline graph (using a filled-polygon style), trading volume bars, and day range statistics.

Caching

Caching is handled via HTTP response headers:

Cache-Control: max-age=184, public

Deployment

To deploy the application locally:

git clone https://github.com/EddieKuo723/plot-crypto.git
docker-compose up -d

Visit http://127.0.0.1:5001/, and enjoy it! ✅



Request Parameters

You can specify the cryptocurrency symbol using the type parameter:

Built With

Author

EddieKuo723 © EddieKuo723, Released under the Apache License.

Releases

No releases published

Packages

 
 
 

Contributors