New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-speech

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-speech

A simple angular component to deal with browser SpeechRecognition

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

angular-speech

A simple angular component to deal with browser SpeechRecognition

Getting started

Install the module via git, npm or bower.

npm install angular-speech
bower install angular-speech
git clone codekraft-studio/angular-speech

Than add the script and the style to your project:

<link rel="stylesheet" href="dist/angular-speech.css">
<script type="text/javascript" src="dist/angular-speech.js"></script>

At the end add the module to your angular application:

angular.module('app', ['angular-speech'])

Now you can use the angular-speech component everywhere in your application.

<angular-speech lang="en-US"></angular-speech>

Development

Clone the project repository, than install the dependencies and run:

npm run start

this will fire up the grunt development environment with a http server and actions on file changes, than when you have done your editing you can run:

npm run build

to package the project to be ready for production.


License

The angular-speech is released under the MIT License by codekraft-studio.

Contributing

  1. Fork it ( https://github.com/codekraft-studio/angular-speech/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Write and run the tests (npm run test)
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Keywords

FAQs

Package last updated on 19 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc