Discord bot for pulling cryptocurrency price data and logging trading positions
- Install Node.js version 12 or greater
- Install and run PostgreSQL
- Run
npm install
to install all the node dependencies - Create and populate auth.json (auth.json.template provided)
- Run
node dbCmds.js createTables
to create a positions table in your database - Run
node coinGeckoCmds.js loadLookupJson
to populate a lookup hash for parsing CoinGecko calls
nodemon --inspect index.js