Skip to content

Commit

Permalink
Set up node app with dependencies
Browse files Browse the repository at this point in the history
Run a basic test communicating with the Slack
API after adding the required credentials in the
.env.example file

closes #2

I used my own credentials to test successfully
but we will need to get a dedicated Workspace
and set up the proper access from within Slack (see #1)
  • Loading branch information
otech47 committed Aug 15, 2019
1 parent 24db504 commit ef4bb3d
Show file tree
Hide file tree
Showing 4 changed files with 1,080 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_VERIFICATION_TOKEN=
SLACK_AUTH_TOKEN=
Loading

0 comments on commit ef4bb3d

Please sign in to comment.