SlackNotif is a simple node script to let you receive notifications from slack without keeping slack open. Most people probably don't have this problem because they're ok with having slack on their phone, but I find that leads to me checking it all hours of the day.
pnpm install- Open your slack workspace in a browser with your devtools open, use the network tab to get the
tokenandcookievalues it connects with. - Place these values into a
.envfile with the format ofAPI_TOKEN=andCOOKIE= pnpm slackNotif
