Skip to content

dotnsf/slack-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack OAuth

Overview

Sample Application for Skack API.

Pre-requisite

  • Slack account

  • Slack App

    • Create one at https://api.slack.com/apps

    • Get client_id & client_secret, and edit them in settings.js

    • Set proper redirect URL

      • http(s)://xxx.xxxx.xxx/slack/callback
    • Add following minimum scopes:

      • channels:read
  • Public application server for Node.js

    • I would describe followings as you use IBM Cloud for this environment.

Pre-requisite for IBM Cloud user

  • Node.js runtime

Install

  • Download source from github.com

  • Edit settings.js with following information:

    • exports.slack_client_id : client_id for Slack App

    • exports.slack_client_secret : client_secret for Slack App

  • Deploy application into IBM Cloud

Links

Copyright

2019 K.Kimura @ Juge.Me all rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published