Application and Software to Track Rockets And Launches
This discord bot sends notifcations in a channel of my own Discord server in order to track new scheduled rocket launches
- Clone this repo
- Install node_modules
npm install
- Define environment variables
export TOKEN=XXX
export CLIENT_ID=XXX
export CHANNEL_ID=XXX
export LOCATIONIQ_API_KEY=XXX
export NASA_API_KEY=XXX
- Run the tests
npm run test
- Run the bot
npm run build
npm run start