{"id":15881161,"url":"https://github.com/willrax/coderwall-api","last_synced_at":"2025-07-20T13:36:05.316Z","repository":{"id":2875391,"uuid":"3881362","full_name":"willrax/coderwall-api","owner":"willrax","description":"a gem that allows access to user profiles through the Coderwall api","archived":false,"fork":false,"pushed_at":"2012-06-06T10:57:16.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:56:24.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://willrax.github.com/coderwall-api","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/willrax.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":"2012-03-30T22:02:44.000Z","updated_at":"2013-10-18T19:02:11.000Z","dependencies_parsed_at":"2022-08-27T02:28:11.774Z","dependency_job_id":null,"html_url":"https://github.com/willrax/coderwall-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willrax/coderwall-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willrax%2Fcoderwall-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willrax%2Fcoderwall-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willrax%2Fcoderwall-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willrax%2Fcoderwall-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willrax","download_url":"https://codeload.github.com/willrax/coderwall-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willrax%2Fcoderwall-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135014,"owners_count":23881774,"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-06T03:40:28.533Z","updated_at":"2025-07-20T13:36:05.275Z","avatar_url":"https://github.com/willrax.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coderwall-api\n\nA simple gem that allows you to access User Profiles on [Coderwall](http://coderwall.com)\n\n## Installation\n\nFirst install the gem:\n\n\tgem install coderwall-api\n\nor add to your bundler\n\t\n\tgem 'coderwall-api'\n\t\nthen you're ready to roll.\n\n## Usage\n\nFirst step is to fire up a new client to use. At this point the only available action is to check someones profile. But this will be the core for any future needs.\n\n\tcw = Coderwall::Client.new\n\nNow you can access a profile. \n\n\tprofile = cw.profile('willrax')\n\t\nThis will return to you a Hash with method style access to keys.\n\n\tprofile.location =\u003e \"Sydney\"\n\tprofile.accounts =\u003e {:github=\u003e\"willrax\"}\n\tprofile.accounts.github =\u003e \"willrax\"\n\t\nYou can do things like:\n\n\tprofile.accounts.each do |k,v|\n\t\tputs \"#{profile.username} is a member of #{k}\"\n\tend\n\t\n\t=\u003e willrax is a member of github\n\n\n## Contributing to coderwall-api\n \n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.\n* Fork the project.\n* Start a feature/bugfix branch.\n* Commit and push until you are happy with your contribution.\n* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n\n## Copyright\n\nCopyright (c) 2012 Will. See LICENSE.txt for\nfurther details.\n\n[![endorse](http://api.coderwall.com/willrax/endorse.png)](http://coderwall.com/willrax)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillrax%2Fcoderwall-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillrax%2Fcoderwall-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillrax%2Fcoderwall-api/lists"}