SkillAgentSearch skills...

Talkybee

An instant chat room service.

Install / Use

/learn @huseyinyilmaz/Talkybee
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

talkybee

An instant chat room service. (Source code for http://www.talkybee.com)

How to get the code

First of all clone the repository to your local file system.

::

$ git clone git://github.com/huseyinyilmaz/talkybee.git

After that get javascript dependencies with bower (bower must be installed.)

:: $ bower install

How to configure

talkybee is a full client side application that uses publicator as backend. In order to use talkybee, You must configure js/chat.js and change publicator address. Here is the variable that you should change in js/chat.js:

::

(function(){ "use strict";

   // Change this variable to connect to different publicator host
   var _PUBLICATOR_SERVER = 'www.talkybee.com:8766';
   ...

Change _PUBLICATOR_SERVER variable to your server address.

How to run

Since talkybee is a static app you can just serve project from your favorite web server.

Important notice

This version of talkybee requires publicator v0.1.0

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated6y ago
Forks1

Languages

JavaScript

Security Score

55/100

Audited on Jul 13, 2019

No findings