From 19be9143804f962d56276fd3fee3c57d2da81654 Mon Sep 17 00:00:00 2001 From: jhonatantft Date: Tue, 1 Oct 2019 14:11:05 -0300 Subject: [PATCH 1/2] add: installation instructions titles --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8ce3c0b..8ae0cb4 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ A Slack/Discord bot integration with NASA data. This is a Slack/Discord bot that is designed to use the NASA APOD API to allow users to query the API through Slack or Discord. + +### Table of contents + +### Project structure + +### Installation + +### Configuration + +### Technologies used From e7e4d0e8f3fe2e5d2381a249072a4dba4afec8c4 Mon Sep 17 00:00:00 2001 From: jhonatantft Date: Tue, 1 Oct 2019 14:23:17 -0300 Subject: [PATCH 2/2] add: project structure --- README.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ae0cb4..c74600b 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,30 @@ A Slack/Discord bot integration with NASA data. This is a Slack/Discord bot that is designed to use the NASA APOD API to allow users to query the API through Slack or Discord. -### Table of contents +## Table of contents -### Project structure +[Project structure](#project-structure) -### Installation +[Installation](#installation) -### Configuration +[Configuration](#configuration) -### Technologies used +[Technologies used](#technologies-used) + +## Project structure + +```` +|- astroBotDiscord.js ______________________ # Discord application entry +|- astroBotSlack.js ________________________ # Slack application entry +|- config.json _____________________________ # Application config file +|- Procfile ________________________________ # Heroku deployment config +```` + +## Installation +### Discord + +### Slack + +## Configuration + +## Technologies used