Discord Bot for displaying stock market information.
Install Node.js 12+ following the instructions at https://nodejs.org/en/.
Install dependencies:
npm install
Add environment variables to .env
file (this file is NOT commited):
API_KEY=somekey
DISCORD_TOKEN=botdiscordtoken
Run program in dev mode:
npm run dev
Or run the "Debug Application" VS Code launch configuration. Note that this depends on nodemon installed globally.
Run tests:
npm test