Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 569 Bytes

README.MD

File metadata and controls

21 lines (18 loc) · 569 Bytes

CircleCI

TRADEBOT

Node server to trade Bitcoin or other cryptocurrencies on the bitcoin.co.id exchange through its API. Made for learning purposes.

Getting started

Generate your own API keys from the bitcoin.co.id panel, and put them in a .env file in the project root :

BITCOINCOID_API_KEY=[Your API key]
BITCOINCOID_SECRET=[Your secret key]

And run

yarn install
yarn start

To generate production bundle:

yarn build