Skip to content

Cryptocurrency Charting App where users can view the candlestick chart of top cryptocurrencies.

License

Notifications You must be signed in to change notification settings

pradeepvrm/CryptoCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoCharts

This project is a cryptocurrency charting web app that displays a TradingView lightweight chart with candlestick data fetched from Polygon API .

Example

Installation

  1. Create virtual environment:

    python -m venv .venv
    .venv/scripts/activate
  2. Clone the repository:

    git clone https://github.com/pradeepvrm/cryptocharts.git
    cd cryptocharts
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Run the Flask application:

    python app.py
  5. Open your web browser and visit:

    http://127.0.0.1:5000
    

About

Cryptocurrency Charting App where users can view the candlestick chart of top cryptocurrencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published