Giter Club home page Giter Club logo

voice-todo's Introduction

voice-todo

Voice Todos Desktop Application.

Description

The app provides simple todos but it has a interesting point. It's "Voice". You can input your todo to speak it throgh your laptop. The app speaks your todos after you completed them.

Screen Shot

Voice Todos !

Requirement

If you use full features in the app, you need to get your google api key. Refer to the following simple steps.

How to get your google api key

  1. Go to Google Developer Console and make your key.
  2. Connect your api key to 'Speech API' in the site. If you can't find it, join Chromium developer group, and you can find it.

Let's start!

Set up

$ git clone https://github.com/keidrun/voice-todo.git
$ cd voice-todo
$ touch config.js
$ echo "exports.googleApiKey = '[YOUR API KEY]';" > config.js

Run

$ npm run production

Or Run as 'app' on Mac

$ npm run build
$ open build/Voice\ Todos\ \!-darwin-x64/Voice\ Todos\ \!.app

Or Run as 'exe' on Windows

> npm run build
> &"build\Voice Todos !-win32-x64\Voice Todos !.exe"

NOTE

Your todos are saved in the following file on Mac.

/Users/yourusername/Library/Application\ Support/voice-todo/storage/todos.json

voice-todo's People

Contributors

keidrun avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.