Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapplion/macrotraderserver
https://github.com/dapplion/macrotraderserver
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapplion/macrotraderserver
- Owner: dapplion
- Created: 2018-04-04T16:12:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T06:09:22.000Z (about 6 years ago)
- Last Synced: 2024-12-28T06:47:40.379Z (10 days ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Macrotrader Server
Use in conjuction with macrotrader UI. Only supports bittrex
## Installation
1. Install Brew (helps you install node)
``
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
``2. Install node with Brew
``
brew install node
``Check that the installation is okay. Run this two commands
``
node -v
``
should return something like v0.10.31 and 1.4.27``
npm -v
``
should return something like 1.4.273. Download this repository, open a terminal, navigate into it and run
``
npm install
``4. Once the installation is completed execute the server with
``
npm start
``and navigate to http://localhost:3000/