1.0.6 • Published 4 years ago
chatminal v1.0.6
Chatminal (NodeJS Client)
Minimalistic chat app in terminal.
Installation
Install NodeJS https://nodejs.org/en/download/ then install Chatminal through command line:
> npm install -g chatminalUsage
- To run the application, type
chatminalcommand. - App will ask you for a username for others to see and a room to join.
- Once you're in a room, type in your message to send.
- Type in
/helpto view list of commands, they all start with/.
Development
Make sure you have the NodeJS then install dependencies:
> npm installRerun the application after each change:
> npm run startTechnologies
- NodeJS
- Pusher
- JetBrains
- WebStorm