Giter Club home page Giter Club logo

cryptotrader's Introduction

cryptotrader

A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges. Backend is built on https://nestjs.com/, A progressive Node.js framework for building efficient and scalable web applications. Caching is done on Redis. Angular 4 Frontend. This project is a work in progress... currently looking for contributors

https://github.com/jestersimpps/cryptotrader/raw/master/trader.png

Running the app

To load in exchange data every 10 seconds

cd server
npm run loaddata

To start the server

cd server
npm start

To start the client

cd client
npm start

Check the readme's in the root of the client/server folders for extra information regarding the frameworks used.

cryptotrader's People

Contributors

jestersimpps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cryptotrader's Issues

create crypto pair component

pair name
last price (click to set price input field)
history price plot 7d
history volume plot 7d
amount input field
price input field
total label
add buy sell button (buy disabled when btc balance 0, sell disabled when other crypto balance 0)
use https://omnipotent.net/jquery.sparkline/#s-about for price and volume over time

future:

click on plot sets price input field
buy and sell line indicators in plot
https://www.electrictoolbox.com/jquery-mouse-co-ordinates-mouseover-click-within-element/
http://jsbin.com/ovinun/27/edit?html,js,output

Contributor

How do I become a contributor to this project?

Error: selectedPrice is not assignable

I'm having trouble starting the client.
throws this error


** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
10% building modules 3/3 modules 0 active[HPM] Proxy created: /api -> https://api.chucknorris.io
[HPM] Proxy rewrite rule created: "^/api" ~> ""
Date: 2017-10-05T18:32:08.940Z
Hash: 794072d1fa094623368f
Time: 10984ms
chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 5.83 kB [entry] [rendered]
chunk {main} main.bundle.js, main.bundle.js.map (main) 1.06 kB {vendor} [initial] [rendered]
chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 323 bytes {inline} [initial] [rendered]
chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 238 kB {inline} [initial] [rendered]
chunk {vendor} vendor.bundle.js, vendor.bundle.js.map (vendor) 338 kB [initial] [rendered]

ERROR in C:/xampp/htdocs/cryptotrader/client/src/app/poloniex/poloniex.component.ts (34,41): Type '{ name: string; selectedPrice: any; }[]' is not assignable to
type 'CurrencyPair[]'.
Type '{ name: string; selectedPrice: any; }' is not assignable to type 'CurrencyPair'.
Property 'timestamp' is missing in type '{ name: string; selectedPrice: any; }'.

webpack: Failed to compile.

normalize bittrex tradingpairs

the api endpoint /bittrex/tradingpairs needs to send data that can be used in a data table in the front end.

[{
name: 'BTC/ETH',
currentPrice: <last price>,
volume: <24h volume>,
percentChange: <24h change>,
lowestAsk:< lowestAsk>,
highestBid: <highestBid>
},{}]

normalize poloniex tradingpairs

the api endpoint /poloniex/tradingpairs needs to send data that can be used in a data table in the front end.

[{
name: 'BTC/ETH',
currentPrice: <last price>,
volume: <24h volume>,
percentChange: <24h change>,
lowestAsk:< lowestAsk>,
highestBid: <highestBid>
},{}]

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.