Skip to content

tfuru/QUTCHY-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

おしゃべりオモチャ開発キット QUTCHY を konashi.js で利用するためのJavaScriptライブラリ

CDN
http://qutchy-server.appspot.com/script/qutchy.js
依存ライブラリ
jQuery
konashi.js
利用例
konashi と接続後、すぐに喋らせる
<!DOCTYPE html>
<html ng-app>
   <head>
   <title>QUTCHY JS</title>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
  <div>QUTCHY JS サンプル</div>
  <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  <script src="http://konashi.ux-xu.com/kjs/konashi-bridge.min.js"></script>
  <script src="http://qutchy-server.appspot.com/script/qutchy.js"></script>
  <script>
  k.ready(function(){
    var qutchy = new Qutchy();
    qutchy.speak("ゆっくりしていってね");
  });
  $(function(){
      k.find();
  });
  </script>
</body>
</html>
サイト
QUTCHY
QUTCHY [ガジェットバンク]
利用API
Webサービス by Yahoo! JAPAN
ユカイ工学 konashi.js

Releases

No releases published

Packages

No packages published