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

@chat_manager_library/chat_manager_library

v1.0.4

Published

Downloads

2

Readme

project-chatmanager

Title: Chat Manager

Date: September 8, 2020

Getting Started

  • Initialize submodule for chatManagerLibrary git submodule init git submodule update
  • Go to library folder cd Project-chatmanagerlibrary/
  • Install the dependencies for the library npm install
  • Go to backend folder cd backend/
  • Install the dependencies npm install
  • Start the backend node server npm run dev

Deploy to Heroku

  • Log in to Container Registry (heroku login is required) heroku container:login
  • Make sure you're in the root path of the repo, Build the image and push to Container Registry heroku container:push web
  • Deploy heroku container:release web

Creating a feathers service Use feather-cli to create a web service

Group Members:

  • Alfred Garcia
  • Wilmer Perez
  • Alleene Lacaba
  • Xiaoxia Zhang
  • Brian Chambers

Introduction: The proliferation of collaborations tools among companies and organizations has facilitated large scale and convenient communications among workforces. Yet, with the adoption of such diverse products, organizations with wildly different needs don’t always have tools necessary to streamline workflow and development. Most Enterprise Instant Messaging platforms provide documentation through APIs that allow enterprise customers to create custom software and libraries tailor-made for their workplaces. While this provides a solution for optimizing workspace flow, APIs are specific to each platform, therefore when using multiple EIM platforms within a work environment, software would need to be rewritten. The purpose of this project is to create a library that will handle the interaction with two EIM platforms via a bot. Users will be able to send interactive messages, direct messages and files within workspace groups and teams using either messaging platform.

List of Features and Description:

  • Group Messaging
    • This feature allows for the chat manager to send group messages across multiple forms.
  • Direct messaging
    • This feature allows the chat manager to be able to directly message a user.
  • Share Files (jpeg, png, text files)
    • This feature will allow the chat manager to send and receive files from users
  • Interactive Forms
    • This feature will allow the chat manager to handle interactive forms.

List of features we would like to have after we finish main functionality:

  • We would like to extend the chatbot impersonation functionality by giving the library users the ability to configure the commands executable by the users (slash commands).
  • Add/Remove Member
    • add and remove members from groups and/or channels

Test plan:

In order to test our library (npm package) we will be creating a website written on the MEAN stack. With the website we will show all the functionalities of the library such as messaging, file sharing and interactive forms. The website will act as the backend through which the chat manager(person) will impersonate a bot and interact with the messaging platforms such as slack. Additionally, we would like to extend bot impersonation functionality once the core features of the library are added. We would test these functionalities through the website as well.

Group Authored Section