npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@zeyber/master-list-slack-feed

v0.2.4

Published

Master List Feed for Slack Unread Messages

Downloads

17

Readme

Master List Slack Feed

This feed tells you when you have unread Slack messages.

It uses puppeteer to read your Slack DOM and notifies whenever it notices that you have unread messages.

Installation

NPM

  • Install by running npm install @zeyber/master-list-slack-feed in the terminal.
  • Run from installed location with PORT=XXXX node ./node_modules/@zeyber/master-list-slack-feed/dist/main.js. Define the port by replacing PORT=XXXX (eg. PORT=3010 ...). The default port is 3000.

Clone from Github

  • Clone with git clone https://github.com/Zeyber/master-list-slack-feed.

Build

  • Build with npm run build.
  • Run with PORT=3000 node dist/main.js.

Run in Development mode

  • Start with PORT=3000 npm start.

Usage

Authentication

When first starting the app, it will need to authenticate you in a browser session in order to initialize. In order to do this, chromium will be opened with the help of puppeteer and you will be taken to the service host's login page. After logging in, the browser will close and a headless version of chromium will be restarted to continue the session and complete initialization.

Reading Feed Data

After the feed is initialized, you will be able to request JSON formatted data from the feed at its address. To see this in action:

  • Open your browser and go url http://localhost:3000 (or whichever address you have the app running).
  • You will see a JSON-formatted response with relevant data.

This format is structured in a way interpretable by the Master List apps. But you could also use this feed for other purposes if you wanted.

About Master List

An organizational list that leverages third-party APIs and displays information in a simple list.

Sometimes managing so many tasks can become overwhelming (eg. emails, agenda, tasks, social media, communications across multiple platforms). It is easy lose track of what needs to be done, when and how much you really need to do.

Master List has an App version for Browser and a CLI version. It features connecting to APIs or feeds that can be configured to read relevant important information that ordinary users may require.

Find out more here