An open API service indexing awesome lists of open source software.

https://github.com/lnardon/cryptotradingbot

A crypto trading bot for KuCoin.
https://github.com/lnardon/cryptotradingbot

cryptocurrency javascript trading websocket

Last synced: 15 days ago
JSON representation

A crypto trading bot for KuCoin.

Awesome Lists containing this project

README

          

# Crypto Trading Bot

## Install

Clone the repository

```bash
git clone https://github.com/lnardon/CryptoTradingBot.git
```

Install all the dependencies

```bash
yarn # Use yarn or npm
```

## Run

```bash
node ./index.js
```