From 3837886e0e731052c0483264e20f426ce4db37f2 Mon Sep 17 00:00:00 2001 From: The Phonebook Date: Mon, 1 Jul 2019 14:47:04 -0500 Subject: [PATCH 1/3] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a625fa9 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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` From 7a0df0097e685a006542e5c9db9434ead8bcd9d4 Mon Sep 17 00:00:00 2001 From: The Phonebook Date: Mon, 1 Jul 2019 14:51:35 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a625fa9..c6b5820 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Discord.js bot for retrieving station data from https://aprs.fi !["Bot Snapshot"](https://i.imgur.com/zEMXdkY.png) +### Demo +You can test it out in the [APRS Discord server](https://discord.gg/2vsqBwp) + ### Installation: 1. [Follow the guide here for creating your bot](https://anidiots.guide/getting-started/getting-started-long-version) From 3b15f7fc7f49aaff24f246fd21c8c45d31404b79 Mon Sep 17 00:00:00 2001 From: The Phonebook Date: Mon, 1 Jul 2019 20:33:03 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c6b5820..4b87a7b 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,6 @@ You can test it out in the [APRS Discord server](https://discord.gg/2vsqBwp) 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` + +### Todos: +- Handle empty/additional fields in the response data for different types of stations