jmynes / binance-cli

NodeJS interaction with Binance exchange for trading cryptocurrencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  • Install node packages
  • Define API keys as constants (I have them set in .bashrc, trying to get them set in .env for dotenv, as this is expected behavior):
    • BINANCEPUB=apikeyhere
    • BINANCESEC=secretkey

Contributors

  • Thank you @jaxrtech for the lion's share of commit 03ea286e59
  • Thank you @HeikaHaku for the lion's share of commit 9c352f7fa

Resources

About

NodeJS interaction with Binance exchange for trading cryptocurrencies


Languages

Language:JavaScript 100.0%