1.0.0 • Published 5 years ago
chat-assigner v1.0.0
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
1.0.0
5 years ago