Skip to content

Track the changes in price of bitcoin using data from CoinDesk

Notifications You must be signed in to change notification settings

Faruqt/Bitcoin-Price-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONSUMING COINDESK'S API FOR BITCOIN PRICE CHANGE DATA

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

About

Track the changes in price of bitcoin using data from CoinDesk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published