1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
757 B

5 years ago
# APRS Discord Bot
Discord.js bot for retrieving station data from https://aprs.fi
!["Bot Snapshot"](https://i.imgur.com/zEMXdkY.png)
### Installation:
1. [Follow the guide here for creating your bot](https://anidiots.guide/getting-started/getting-started-long-version)
2. Clone this repository locally
3. Navigate to the bot directory and run `npm install`
4. Rename `config.example.json` to `config.json` and replace the tokens, timezone, and embed color with your own.
5. run `node bot.js`
5 years ago
5 years ago
### Commands:
- `?loc callsign` to retrieve location information.
- `?wx callsign` to retrieve weather data.
Replace `callsign` with your device's callsign.
5 years ago
### Todos:
- Handle empty/additional fields in the response data for different types of stations