From 3837886e0e731052c0483264e20f426ce4db37f2 Mon Sep 17 00:00:00 2001 From: The Phonebook Date: Mon, 1 Jul 2019 14:47:04 -0500 Subject: [PATCH] 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`