how-do-i

所属分类:模式识别(视觉/语音等)
开发工具:JavaScript
文件大小:120KB
下载次数:0
上传日期:2017-08-22 14:51:02
上 传 者sh-1993
说明:  how-do-i,how do i功能编程+语音识别+如何在浏览器中观看视频
(how-do-i,How do I Functional programming + speech recognition + how to videos in the browser)

文件列表:
bootstrap.js (76, 2017-08-22)
dist (0, 2017-08-22)
dist\index.html (568, 2017-08-22)
dist\main.js (426528, 2017-08-22)
dist\main.min.js (59526, 2017-08-22)
gulp (0, 2017-08-22)
gulp\config.js (457, 2017-08-22)
gulp\gulpfile.js (19, 2017-08-22)
gulp\index.js (220, 2017-08-22)
gulp\tasks (0, 2017-08-22)
gulp\tasks\browser-sync.js (302, 2017-08-22)
gulp\tasks\browserify.js (786, 2017-08-22)
gulp\tasks\build.js (122, 2017-08-22)
gulp\tasks\clean.js (177, 2017-08-22)
gulp\tasks\copy.js (248, 2017-08-22)
gulp\tasks\development.js (124, 2017-08-22)
gulp\tasks\inject.js (420, 2017-08-22)
gulp\tasks\watch.js (212, 2017-08-22)
gulp\util (0, 2017-08-22)
gulp\util\handleErrors.js (559, 2017-08-22)
gulp\util\scriptFilter.js (218, 2017-08-22)
gulpfile.js (19, 2017-08-22)
package.json (1354, 2017-08-22)
src (0, 2017-08-22)
src\index.html (533, 2017-08-22)
src\scripts (0, 2017-08-22)
src\scripts\app.js (1499, 2017-08-22)
src\scripts\array (0, 2017-08-22)
src\scripts\array\__tests__ (0, 2017-08-22)
src\scripts\array\__tests__\arrays-test.js (383, 2017-08-22)
src\scripts\array\index.js (463, 2017-08-22)
src\scripts\auth (0, 2017-08-22)
src\scripts\auth\__tests__ (0, 2017-08-22)
src\scripts\auth\__tests__\auth-test.js (931, 2017-08-22)
src\scripts\auth\index.js (1805, 2017-08-22)
src\scripts\dom (0, 2017-08-22)
src\scripts\dom\__tests__ (0, 2017-08-22)
... ...

# How Do I? Yell at a computer until it shows you something maybe useful. How Do I? uses the SpeechRecognition API available in current versions of chrome to query the YouTube API. Simply login and ask: ``` How do I ``` Currently supports 1 match. ## Setup ``` $ npm i ``` ## Tests Tests are written using [Jest](https://facebook.github.io/jest/). ``` $ npm test ``` ## Running the app The app uses browser-sync in dev. Just issue the following to commence yelling at a computer: ``` $ npm start ``` ## Motivation I wanted an excuse to apply some functional programming using ES6 features. Wanted to keep things to native APIs with the exception of lodash and cookies-js. It also sounded like a lot of fun to ask a browser "how do I bake cookies?", and get something useful out of that endeavor.

近期下载者

相关文件


收藏者