A simple Django project which uses requests package to hit api and get the crypto-currency data.
- clone the repo.
- create a virtual environment. Activate it
- Install the dependecies from requirement.txt file using
pip install -r requirement.txt
command - Start the server. Go to localhost:8000
- You liked it? share the below link on your facebook wall.
Please refer this article for the steps to develop this project. https://www.pythoncircle.com/post/394/get-latest-bitcoin-and-other-crypto-currencies-rates-using-python-django/