Giter Site home page Giter Site logo

thebaronalex / koe-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from okajax/koe-ui

1.0 1.0 0.0 303 KB

Koe-UI is an web UI component for Microsoft Bot Framework

Home Page: https://okajax.github.io/Koe-UI/basicchat.html

JavaScript 95.49% HTML 4.51%

koe-ui's Introduction

Koe UI

Koe-UI is an web UI component for Microsoft Bot Framework

This component offers an interface that you can talk with Bot on your website

This is made by Riot.js

##Live Demo

Demo

https://okajax.github.io/Koe-UI/basicchat.html

(Japanese language bot)

##Support Browser

  • Chrome for Android: >= 50
  • Android Browser: >= 50
  • Chrome: >= 42
  • Edge: >= 14
  • Firefox: >= 39
  • Opera: >= 29

##Usage

Include script files.

<script src="assets/js/vender/jquery-1.12.4.min.js"></script>
<script src="assets/js/vender/riot+compiler.min.js"></script>
<script src="assets/js/koeUIcore.js"></script>
<script src="assets/js/riot-tags/koe-ui-basic.tag" type="riot/tag"></script>
<script>riot.mount('*');</script>

Then, put the custom tag on the place where you like.

<koe-ui-basic token="_YOUR_DIRECT_LINE_API_SECRET_KEY_"></koe-ui-basic>

###Polling setting

You can adjust behavior of polling.

<koe-ui-basic
  token="_YOUR_DIRECT_LINE_API_SECRET_KEY_"
  polling-max="120"
  polling-interval="400"
></koe-ui-basic>

##ToDo

  • use browserify, and make simple
  • make loading animation

koe-ui's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.