{"id":18323838,"url":"https://github.com/mosegontar/rubymuse","last_synced_at":"2026-02-14T23:02:53.674Z","repository":{"id":56893589,"uuid":"99728029","full_name":"mosegontar/rubymuse","owner":"mosegontar","description":"A Ruby wrapper for the Datamuse API","archived":false,"fork":false,"pushed_at":"2017-08-21T01:05:17.000Z","size":32,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T14:18:54.362Z","etag":null,"topics":["api-wrapper","datamuse","datamuse-api","language","rhymes","ruby","thesaurus"],"latest_commit_sha":null,"homepage":"","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/mosegontar.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":"2017-08-08T19:19:27.000Z","updated_at":"2020-01-21T11:43:27.000Z","dependencies_parsed_at":"2022-08-20T16:10:42.151Z","dependency_job_id":null,"html_url":"https://github.com/mosegontar/rubymuse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mosegontar/rubymuse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosegontar%2Frubymuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosegontar%2Frubymuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosegontar%2Frubymuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosegontar%2Frubymuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosegontar","download_url":"https://codeload.github.com/mosegontar/rubymuse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosegontar%2Frubymuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276616679,"owners_count":25674135,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-wrapper","datamuse","datamuse-api","language","rhymes","ruby","thesaurus"],"created_at":"2024-11-05T18:29:45.356Z","updated_at":"2025-09-23T17:31:43.583Z","avatar_url":"https://github.com/mosegontar.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rubymuse\n\nRubymuse is a tiny api wrapper for the [Datamuse API](http://www.datamuse.com/api/).\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rubymuse'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rubymuse\n\n## Usage\n\nTo construct queries, pass query parameters as keyword arguments to `Datamuse::words`.\n\n```ruby\nrequire('rubymuse')\n\n# Find words with a meaning similar to the word 'programming'\nDatamuse.words(ml: 'programming')\n\n# Find words with a meaning similiar to the word 'programming' and related to the topic 'television'\nDatamuse.words(ml: 'programming', topics: 'television') \n\n# Find words that rhyme with 'orange'\nDatamuse.words(rel_rhy: 'orange')\n\n# Find suggested words based on partial string 'prog'\nDatamuse.sug(s: 'prog')\n\n# Find suggested words in Spanish based on partial string 'prog'\nDatamuse.sug(s: 'prog', v: 'es')\n\n```\n\nSee [Datamuse API](http://www.datamuse.com/api/) for full documentation on Datamuse's query parameters and options.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/mosegontar/rubymuse.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosegontar%2Frubymuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosegontar%2Frubymuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosegontar%2Frubymuse/lists"}