{"id":19780851,"url":"https://github.com/guyisra/annyang_rails","last_synced_at":"2025-07-27T02:36:28.164Z","repository":{"id":62553302,"uuid":"12862540","full_name":"guyisra/annyang_rails","owner":"guyisra","description":"Asset pipeline wrapper for Annyang.js - speech recognition with javascript","archived":false,"fork":false,"pushed_at":"2014-06-03T06:44:17.000Z","size":160,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T14:58:20.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guyisra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-16T08:43:06.000Z","updated_at":"2018-03-16T17:32:52.000Z","dependencies_parsed_at":"2022-11-03T04:30:27.049Z","dependency_job_id":null,"html_url":"https://github.com/guyisra/annyang_rails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyisra%2Fannyang_rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyisra%2Fannyang_rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyisra%2Fannyang_rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyisra%2Fannyang_rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guyisra","download_url":"https://codeload.github.com/guyisra/annyang_rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224225332,"owners_count":17276435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T05:41:24.935Z","updated_at":"2024-11-12T05:41:25.377Z","avatar_url":"https://github.com/guyisra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnnyangRails\n\nAdds speech recoginition with annyang.js via asset pipeline for rails 3.1+\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'annyang_rails'\n\nadd to application.js manifest\n\n    //= require annyang\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install annyang_rails\n\n## Usage\n\n    \u003cscript type=\"text/javascript\"\u003e\n    if (annyang) {\n      // Let's define a command.\n      var commands = {\n        'show tps report': function() { $('#tpsreport').show(); }\n      };\n    \n      // Initialize annyang with our commands\n      annyang.init(commands);\n    \n      // Start listening.\n      annyang.start();\n    }\n    \u003c/script\u003e\n\nsee https://www.talater.com/annyang/ for more stuff \n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyisra%2Fannyang_rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguyisra%2Fannyang_rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyisra%2Fannyang_rails/lists"}