Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 362 Bytes

headless-slack-reminder

This is a small node application using puppeteer to log a user into slack and then create a reminder

Installation

  • make sure you have node installed
  • npm install
  • create a .env file with variables
  EMAIL=//your email here
  PASSWORD=//your password here
  • node index.js

to-do

  • pass in user and command at run time