Skip to content

radudaia/crypto-plotter-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Plotter Demo App

The purpose of this demo application is to show how we can use Python and Bash scripting to interact with CoinCap's API and plot data regarding cryptocurrency.

Setup

Before running the project, make sure to install the requirements via the following command:
pip3 install -r requirements.txt

Running the project

For simplicity, a makefile has been provided to run the project.
You can use the following commands:

  • to collect data: make data
  • to plot data make plot
  • to cleanup: make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published