Hands free notes with voice command formatting
If you want to contribute to this little practical App I will be enchanted! The GNu 2.0 License permits it. Dont hesitate to make a pull request if you added something interesting For information about the code contact [email protected]
- Format and edit text with voice command
- English language
- English sub-language
- Download in:
- Pdf files
- Txt files
- Send with:
- email (to yourself until google+integration)
- Install the package.json
npm install
- express:3.3.4
- jade: 0.34.1
- passport: 0.1.18
- passport-local: 0.1.6
- mongoose: 3.8.5
- passport-local-mongoose": 0.2.5
- mocha: 1.14.0
- chai: 1.8.1
- should: 2.1.0
- install: 0.1.7
- npm: 1.3.25
- mongodb:1.3.23
- socket.io
- formidable
- Download zip and extract in the wanted directory
- Change port to 8080 or localhost in app.js (Until a config file is made)
- Change port accordingly in all socket.io call (Until config file is made client side)
- Speech.js
- Control.js
- data.js
- Start mongodb in a screen
./mongod
- Run in home directory of the project
node app.js
- Things to add and/or change
- Add congig file on server side
- Add config constructor on client-side
- Add facebook,twitter,google+ integration (auth and api for contacts and share and tweets)
- Troubleshoot socket.io multifire bug
- Add more command and command variants
- Add new command_() command traduction in nthe function and add defalut command_en()
- Add sms
- Add better UX