Code Monkey home page Code Monkey logo

algo-zeus-test_task's Introduction

Test task for Algo-Zeus

Installation

  1. Clone the repository:
git clone https://github.com/WDemidenko/Algo-Zeus-test_task.git
  1. Create and activate a virtual environment, install requirements
python -m venv venv
venv\Scripts\activate (on Windows)
source venv/bin/activate (on macOS)
pip install -r requirements.txt
  1. Start the Flask server:
flask run

Usage

Candlestick carts

http://localhost:5000/candlestick

When you visit this url in your web browser, you can view candlestick charts for picked symbols and intervals img.png

Pie chart

http://localhost:5000/piechart

At this url you can see a pie chart of market caps for 10 coins img.png

Saving data

Data is saved in a .csv file at root directory of project, with name in this format: {symbol}-{interval}.csv

Suggested format of saving data in a relational database img.png

algo-zeus-test_task's People

Contributors

wdemidenko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.