Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A pure Javascript framework to create conversational UIs

License

NotificationsYou must be signed in to change notification settings

Naimikan/guibot

Repository files navigation

versionlicense

guibot |API

A pure Javascript framework to create conversational UIs

Resources

Compatibility

Version
Chrome33+
Chrome for Android59+
Firefox29+
Firefox for Android54+
Opera20+
Opera Mobile37+
Opera MiniNo
Safari7.1+
iOS Safari8+
Internet ExplorerNo
IE Edge13+
IE MobileNo
Android Browser4.4.4+
Blackberry BrowserNo
UC Browser for Android11.4+
Samsung Internet4+
QQ Browser1.2+
Baidu Browser7.12

Get Started

Include the files in yourindex.html:

<linkrel="stylesheet"href="guibot.css"/><scriptsrc="guibot.min.js"></script>

Usage

varmyChat=newguibot.Chat({name:'myChat',users:[{name:'Robot'},{name:'Me',isLocal:true}]});myChat.say({message:'Hi! I\'m a message from local user',userId:myChat.getLocalUser().id});

Developing

Install dependencies, build the source files and preview

git clone https://github.com/Naimikan/guibot.gitnpm installgrunt&& grunt preview

About

A pure Javascript framework to create conversational UIs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp