{"id":15436024,"url":"https://github.com/uetchy/myo-ruby","last_synced_at":"2025-06-21T06:03:32.322Z","repository":{"id":24814780,"uuid":"28229095","full_name":"uetchy/myo-ruby","owner":"uetchy","description":"Connect to Myo armband in Ruby","archived":false,"fork":false,"pushed_at":"2015-01-31T01:17:32.000Z","size":197,"stargazers_count":14,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-31T03:55:36.665Z","etag":null,"topics":["myo"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/uetchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-19T12:45:17.000Z","updated_at":"2016-01-15T17:14:00.000Z","dependencies_parsed_at":"2022-08-23T06:51:00.076Z","dependency_job_id":null,"html_url":"https://github.com/uetchy/myo-ruby","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/uetchy/myo-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fmyo-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fmyo-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fmyo-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fmyo-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uetchy","download_url":"https://codeload.github.com/uetchy/myo-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fmyo-ruby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261073293,"owners_count":23105637,"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":["myo"],"created_at":"2024-10-01T18:47:43.542Z","updated_at":"2025-06-21T06:03:27.302Z","avatar_url":"https://github.com/uetchy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# myo-ruby\n\nConnect to [Myo armband](https://www.thalmic.com/en/myo/) in Ruby\n\n## Usage\n\nYou must start __Myo Connect.app__ first.\n\n```ruby\nrequire 'myo'\n\nMyo.connect do |myo|\n  myo.on :connected do\n    puts \"Myo connected!\"\n  end\n\n  myo.on :pose do |pose, edge|\n    puts \"#{pose}: #{edge}\"\n  end\n\n  myo.on :periodic do |orientation|\n    puts orientation.accel.x\n  end\nend\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'myo-ruby'\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\nOr install it yourself as:\n\n```\n$ gem install myo-ruby\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/uetchy/myo-ruby/fork )\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 a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fmyo-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuetchy%2Fmyo-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fmyo-ruby/lists"}