📈 Generate a real-time image displaying the chart of cryptocurrency prices.
This tool provides a seamless solution for generating real-time price charts for seven major cryptocurrencies. With support for Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), Monero (XMR), Zcash (ZEC), and Bitcoin Cash (BCH), users can track price movements and trends with ease. Whether you're a cryptocurrency enthusiast, trader, or developer, this project offers valuable insights into the dynamic world of digital assets.
CACHE_SECS
: image cache expiry time in seconds, default to 60 in Dockerfile
FROM php:7.2-apache
COPY . /var/www/html/
WORKDIR /var/www/html/
EXPOSE 80
ENV CACHE_SECS=60
git clone https://github.com/EddieKuo723/plot-crypto.git
docker-compose up -d
Visit http://127.0.0.1:5000/, and enjoy it! ✅
Set Requests Parameter for different coin:
http://localhost:5000/plotBinance.php?coin=ETH
EddieKuo723 © EddieKuo723, Released under the Apache License.