Skip to content

Ninjeneer/astral-bot

Repository files navigation

A.S.T.R.A.L - Discord Bot

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

Installation

  • 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

Releases

No releases published

Packages

No packages published

Languages