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.
- Host: GitHub
- URL: https://github.com/lnardon/cryptotradingbot
- Owner: lnardon
- Created: 2021-04-19T04:15:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T03:40:50.000Z (about 5 years ago)
- Last Synced: 2025-02-28T03:26:48.970Z (over 1 year ago)
- Topics: cryptocurrency, javascript, trading, websocket
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```