/Bitcoin-Price-Tracker

Track the changes in price of bitcoin using data from CoinDesk

Primary LanguagePython

CONSUMING COINDESK'S API FOR BITCOIN PRICE CHANGE DATA

Mauro

Tools Used

Django, Javascript and ChartJs

Code Usage

  • Clone the repository
  • Create your environment
      python3 -m venv env
  • Activate your environment
      source env/bin/activate
  • Install all requirements
      pip install -r requirements.txt
  • Make migrations
       python3 manage.py makemigrations
  • Migrate changes
       python3 manage.py migrate
  • Run the following command to run the code in development mode
       python3 manage.py runserver

Preview

Below is a screenshot of the data rendered in a line chart