0.0.4 • Published 5 years ago

unread-slack-message v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Unread Slack Messages

Install

npm install unread-slack-message
yarn add unread-slack-message

Usage

const unreadSlackMessage = require('unreadSlackMessage');

unreadSlackMessage({authToken: process.env.AUTH_TOKEN})
  .then(({mpims, ims, private, public}) => {
    /** mpims | ims | private | public  = {
     *    name;
     *    messages: Array<{
     *      user,
     *      type,
     *      subtype,
     *      ts,
     *      text
     *    }>
     *  }
     */
  })

Tech stack

node v > 8.x.x
yarn v1.12.3

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago