1.1.3 • Published 8 years ago

tconv v1.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

tconv

Conversations via terminal.

Installation

$ npm i -g tconv

Start

$ tconv

Custom Server

In default, tconv uses its dedicated server. Creating your personal host is easy! Follow the instructions below to set up the client and server.

Setting Server

Clone this repo and execute on server.

$ node server

Setting Client

Install this package and edit app.js as follows:

var url = "http://yoururl"