Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 616 Bytes

This is a very simple terminal chat app. Every users are chatting on the same channel.
The purpose was to play with Firebase which made it amazingly simple! I'm also using typescript and async/await.

Features

  • No login needed
  • You see messages from any other user
  • You can use multiple terminals and talk to yourself...
  • Works offline. Messages are synced once you get back online.

Setup

  • Clone this repo
  • Make sure you're using node 6+
  • npm install
  • npm start -s
  • Start chatting with anybody else using the app!