AdamMisiak / Price_scraper

Application to present current cryptocurrency prices and asset values of users. The application was created as a project in the TechLeaders.eu program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Price scraper

Website presenting actual prices(API) and value of users assets (Btc,Xrp,Gold) created with Flask. App was created as a project in TechLeaders.eu program.

Table of contents

Technologies

  • Python version: 3.7

Setup

To install libraries:

pip install -r requirements.txt

To run app locally:

docker-compose up --build

After building 2 Dockerfiles app will be started.
For main app:

http://localhost:12345/

For prices of assets in json format:

http://localhost:23456/

"CORS" browser plugin recomended for proper prices displaying.

Contact

Created by Adam Misiak

About

Application to present current cryptocurrency prices and asset values of users. The application was created as a project in the TechLeaders.eu program.


Languages

Language:Python 65.5%Language:HTML 30.5%Language:Dockerfile 2.0%Language:Mako 1.3%Language:Makefile 0.6%