Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jestersimpps/cryptotrader
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
https://github.com/jestersimpps/cryptotrader
api bitfinex bittrex bot cryptocurrencies kraken poloniex trading tradingview
Last synced: 3 months ago
JSON representation
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
- Host: GitHub
- URL: https://github.com/jestersimpps/cryptotrader
- Owner: jestersimpps
- Created: 2017-09-04T20:06:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T10:48:09.000Z (about 7 years ago)
- Last Synced: 2024-07-30T03:14:17.798Z (4 months ago)
- Topics: api, bitfinex, bittrex, bot, cryptocurrencies, kraken, poloniex, trading, tradingview
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 127
- Watchers: 28
- Forks: 42
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](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.