osdamv / chat

Simple Chat app written in Ionic2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat

Simple Chat app written in Ionic2 . Just for learning purposes

It uses:

Installation

Require nodejs installed then:

npm install -g ionic@beta

in the directory of the project

npm install

Set up a clevebot api key in app/providers/chat/chat.ts for example in the constructor:

this.cleverbot.key={user:"TfIxXerlZ9H7X2oM", key:"ryXfNBURqgBDdSFYwvHUdalj2grhClRX"}

you can get new ones in https://cleverbot.io/keys

to run in local browser

ionic serve

About

Simple Chat app written in Ionic2


Languages

Language:JavaScript 53.0%Language:TypeScript 21.8%Language:CSS 15.7%Language:HTML 9.5%