dragonman164 / Crypto-Currency-Status-Viewer

Know about various crypto currencies around the world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Currency Checker

A simle web app to check about ongoing status of various crypto currencies around the world.

Note : This App has been deployed to Heroku

To run locally install packages from requirements.txt

(Use Command Prompt or Linux Terminal)

# Use pip to install packages
pip install < requirements.txt

# To run the server on Windows
py manage.py runserver

# On linux/Mac
python manage.py runserver

Key Features

  1. Know about various Crypto Currencies around the World. (History,Country of Origin, Trust Rank, etc.)
  2. Know Exchange rates of various Currencies around the world.

Note : This App uses an External API. Visit this link to know more. https://www.coingecko.com/en/api#explore-api

About

Know about various crypto currencies around the world

License:MIT License


Languages

Language:HTML 56.3%Language:Python 43.7%