Discord.js bot for retrieving station data from https://aprs.fi - personal branch testserver. Forked from https://github.com/AnIdiotsGuide/discordjs-bot-guide
| modules | ||
| .gitignore | ||
| bot.js | ||
| config.example.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
APRS Discord Bot
Discord.js bot for retrieving station data from https://aprs.fi

Installation:
- Follow the guide here for creating your bot
- Clone this repository locally
- Navigate to the bot directory and run
npm install - Rename
config.example.jsontoconfig.jsonand replace the tokens, timezone, and embed color with your own. - run
node bot.js
Commands:
?loc callsignto retrieve location information.?wx callsignto retrieve weather data.
Replace callsign with your device's callsign.
Todos:
- Handle empty/additional fields in the response data for different types of stations