You only need to have node.js (>= 8.4.0) installed.
There are two env variables expected on your heroku instance:
- "API_KEY" - for your binance api key
- "API_SECRET" - for your binance api secret
- Node.js >= 8.4.0
Copy the "sample.api.config.json" as "api.config.json". Insert your binance API key and API secret.
{
"binance": {
"apiKey": "your_api_key",
"apiSecret": "your_api_secret"
}
}
$ npm install
$ npm start
$ npm run client
Open Browser at http://localhost:8080 to see the app in action.