/node-weather-slack-bot

Slack bot which tells you the weather. developed using Nodejs

Primary LanguageJavaScriptMIT LicenseMIT

node-weather-slack-bot

Slack bot which tells you the weather. developed using Nodejs

Setup:

Slack

  • Create or Login to Slack Workspace.
  • Create an app on Developer Portal.
  • Get the API token from OAuth & Permissions screen.

Code

  • Clone the code locally.
  • Open the app.js file and enter you Slack token.
  • Run command to install packages npm install.
  • Run the code locally npm start.