Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,31 @@
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](#project-structure)

[Installation](#installation)

[Configuration](#configuration)

[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