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.json
toconfig.json
and replace the tokens, timezone, and embed color with your own. - run
node bot.js
Commands:
?loc callsign
to retrieve location information.?wx callsign
to retrieve weather data.
Replace callsign
with your device's callsign.
Todos:
- Handle empty/additional fields in the response data for different types of stations