Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 318 Bytes

How to create a Slack BOT with Node.js

This BOT is intended to add events to google calendar, so you will use the googleapis library.

Project Setup and Local Environment

Install project dependencies

npm install

Start development server:

npm start