Socket
Book a DemoInstallSign in
Socket

chat-assigner

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chat-assigner

#### Windows

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Install Nodejs

Windows

Instructions for Windows: https://www.ionos.de/digitalguide/websites/web-entwicklung/einfuehrung-in-nodejs/

Mac / Linux

  • Download version 12 from https://nodejs.org/en/
  • Install Nodejs
  • Open the terminal application
  • Verify installation by enter node --version in the terminal and press ENTER

Everything below which is written in this style is a command which needs to be executed
in the terminal (cmd.exe or PowerShell on Windows). A command must be confirmed with
the ENTER key on your keyboard.

To stop a command while execution you need to press two keys: CTRL + C.

Install and setup the application

  • npm install chat-assigner
  • create a file .chat-assigner-credentials.json in your home directory
  • copy and paste the template for the .chat-assigner-credentials.json file below
  • go to https://chat.nichtohneuns.net/account/tokens and create a key
  • copy the token and id and replace it with XXX and YYY in your .chat-assigner-credentials.json
Template
{
	"token": "XXX",
	"id": "YYY"
}

Start application

  • npx chat-assigner

FAQs

Package last updated on 30 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts