GithubHelp home page GithubHelp logo

cryptobooker's Introduction

cryptobooker

A order book visualiser which fetches order book data from multiple cryptoexchanges and displays them in a combined price table witha depth chart.

Since Bittrex and Kraken both do not allow CORS requests from a different origin. I have also created a simple server which proxies the requests and compiles the order books into a single JSON with initial sorting.

Demo URL: https://cryptobooker.herokuapp.com
Electron App: https://drive.google.com/open?id=19SqL4KRD-p51lW5H2zw9k3naymovNThA

screenshot

Tasks

Objectives
  • Fetch order book data of bittrex for BTC/ETH
  • Fetch order book data of kraken for BTC/ETH
  • Combine bittrex and kraken data in the same order book
  • Highlight whenever kraken bid > bittrex ask or kraken ask < bittrex bid
  • Use javascript language
  • Use react.js for UI
Bonus Objectives
  • Bonus: add depth chart
  • Bonus: bundle as desktop electron app

Installation

~ git clone [email protected]:jerroldlaw/cryptobooker.git
~ npm i

To run on React

~ npm start

To run on Electron on Development

~ npm start
-- Wait for React app to load --
~ npm run electron-dev

To run on Electron on Production Build

~ npm run build
-- Wait for React app to build --
~ npm run electron

To package Electron Production Build

~ npm run electron-package

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.