Skip to content

alexstaroselsky/discord-stock-bot

Repository files navigation

discord-stock-bot

Discord Bot for displaying stock market information.

Getting Started

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

About

Discord Bot for displaying stock market information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published