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

nullchat

v0.0.4

Published

Communicate with fellow programmers on the terminal!!! Nullchat is a simple and easy to use chat app based on the terminal.

Downloads

3

Readme

##NULLCHAT

Communicate with fellow programmers on the terminal!!!
Nullchat is a simple and easy to use chat app based on the terminal.

##REQUIREMENTS

If haven't done so, please install npm and node.js on your terminal.
You can visit the official instruction guides on the link below.

node.js - Instructions
npm - Instructions

##INSTALLATION

Once node.js and npm is installed in terminal, you can download nullchat using npm

  • Type "npm install nullchat" to download Nullchat

  • Locate your Nullchat directory; it should be in the path given by: "npm root"

  • Change directory to the given path for Nullchat (cd ~/PATH/FOR/NULLCHAT)

  • Once in the nullchat directory, type:

    • sudo npm install -g (for global installatioin, which allows you use nullchat from any directory)
    • npm install (for local installation, which can only be accessed from inside the nullchat directory)

##GET STARTED and BASICS

After installing nullchat and its dependencies, you can start chatting on the terminal.
Start nullchat by simply typing "nullchat."

  • Type "/help" to display all available commands during any user inputs

  • First you will be prompted to enter roomname.

    • Type "/exit" to end nullchat.
    • Type "/listroom" to list all the available rooms.
    • Type existing or new roomname to enter or create a chat room.
  • Then the user will be prompted to enter the password.

    • Type "/exit" to end nullchat.
    • If the room is public, enter by ommiting the password(simply hit enter or return when prompted).
    • If the room is not public, a password is required, which can be obtained from the user who created the roomname.
    • If you have created the room (you do this by entering a roomname that does not exist in /listroom", you can choose to make it public by ommiting the password or not public by entering a password.
  • Choose a username when prompted

    • Type "/exit" to end nullchat.
    • Enter a desired username to check for availability.
    • If the username is not available, a message will show and ask you to choose a different username.
    • If the user name is available, a message will notify you that you have joined the roomname.
  • Start chatting

    • Once in the room chat messages sent by other users will appear on your console.
    • Hit return or enter once to enter chatmode.
    • Chat mode stops incoming chat messages while you type your message.
    • In chat mode, type "/exit" to end nullchat.
    • In chat mode, type "/list" to see all the users that are currently in the roomname.
    • In chat mode, type your message and hit enter or return to send it to all other users currently in the room.
  • Chat with fellow programmers and friends using terminal and enjoy the simplicity of nullchat!!!