{"id":15407075,"url":"https://github.com/bih/algorithmia","last_synced_at":"2025-04-18T03:15:48.271Z","repository":{"id":28695333,"uuid":"32215550","full_name":"bih/algorithmia","owner":"bih","description":"Ruby wrapper for Algorithmia.com","archived":false,"fork":false,"pushed_at":"2015-07-05T19:34:20.000Z","size":209,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T21:07:42.706Z","etag":null,"topics":[],"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/bih.png","metadata":{"files":{"readme":"readme.markdown","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":"2015-03-14T14:20:36.000Z","updated_at":"2025-02-20T18:14:53.000Z","dependencies_parsed_at":"2022-08-29T01:11:11.884Z","dependency_job_id":null,"html_url":"https://github.com/bih/algorithmia","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/bih%2Falgorithmia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Falgorithmia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Falgorithmia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Falgorithmia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bih","download_url":"https://codeload.github.com/bih/algorithmia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241371381,"owners_count":19952087,"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-10-01T16:26:59.500Z","updated_at":"2025-03-01T13:31:35.294Z","avatar_url":"https://github.com/bih.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Algorithmia for Ruby](algorithmia.png)\n\n# Ruby Wrapper for Algorithmia\n\nLooks very interesting, so I quickly threw together an awesome Ruby wrapper to interact with [Algorithmia.com](http://algorithmia.com).\n\n### Installation\n\n```\n# By your command line.\n$ gem install algorithmia\n\n# Alternatively, through your Gemfile.\ngem 'algorithmia'\n```\n\n### Documentation\nKeeping it simple for now. But it's super easy to make a request to Algorithmia:\n\n```ruby\nrequire \"algorithmia\"\n\n# Your API key. Get it from your dashboard on Algorithmia.com\nAlgorithmia.api_key = \"[INSERT API KEY]\"\n\nquery = Algorithmia.call(\"kenny/Factor\", 29)\n# Example for algorithm: https://algorithmia.com/algorithms/kenny/Factor\n# =\u003e #\u003cAlgorithmia::Result:0x007fad12c4fc68 @json={:duration=\u003e0.035231213000000004, :result=\u003e[29]}\u003e\n\nquery.result # =\u003e [29]\nquery.duration # =\u003e 0.035231213000000004\n```\n\nSee full [Algorithmia.com API docs by clicking here](https://algorithmia.com/docs/api#curl).\n\n### Who made this?\n[Bilawal Hameed](http://github.com/bih). Released freely under the [MIT License](http://bih.mit-license.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbih%2Falgorithmia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbih%2Falgorithmia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbih%2Falgorithmia/lists"}