1.0.7 • Published 7 years ago

hacker-chatroom v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Hacker-Chatroom-Client

What is this?

Hacker Chatroom is a messaging service we created to be able to chat in a terminal based client.

Why?

Everyone likes to feel Hack3r Statu$ sometimes 😎.

Try it out!

npm install -g hacker-chatroom
hacker-chatroom

Development: Clone and Run

git clone https://github.com/Branch-Bunch/Hacker-Chatroom-Client.git 
cd Hacker-Chatroom-Client
npm install

# Make sure you're connecting to our server by changing the following variable
# In config.js
serverURL: 'https://hacker-chatroom.herokuapp.com'

# Then run
npm start

Running Locally

# Head over to our server repo and clone and run it
# Make sure in config.js, you're connecting to the local server
# Then run
npm start