{"id":28407136,"url":"https://github.com/brainspec/cloudmate","last_synced_at":"2025-06-29T13:32:32.070Z","repository":{"id":5322249,"uuid":"6505199","full_name":"brainspec/cloudmate","owner":"brainspec","description":"CloudMade API ruby client library","archived":false,"fork":false,"pushed_at":"2014-01-27T08:04:09.000Z","size":238,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-02T09:12:30.907Z","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/brainspec.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":"2012-11-02T11:30:36.000Z","updated_at":"2018-12-16T22:00:33.000Z","dependencies_parsed_at":"2022-07-05T15:00:42.276Z","dependency_job_id":null,"html_url":"https://github.com/brainspec/cloudmate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/brainspec/cloudmate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainspec%2Fcloudmate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainspec%2Fcloudmate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainspec%2Fcloudmate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainspec%2Fcloudmate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainspec","download_url":"https://codeload.github.com/brainspec/cloudmate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainspec%2Fcloudmate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262600577,"owners_count":23335095,"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":"2025-06-02T00:11:19.695Z","updated_at":"2025-06-29T13:32:32.042Z","avatar_url":"https://github.com/brainspec.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudmate\n\nCloudMade API ruby client library\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'cloudmate'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install cloudmate\n\n## Usage\n\n```ruby\nCloudmate.configure do |config|\n  config.api_key = 'CLOUDMADE_API_KEY'\nend\n```\n\n### Geocoding\n\nhttp://developers.cloudmade.com/projects/show/geocoding-http-api\n\nFree form address search:\n\n```ruby\nCloudmate.geocode(q: 'Leinfelden-Echterdingen Germany Karlstr. 12')\n```\n\nStructured address search:\n\n```ruby\nCloudmate.geocode(q: { country: 'Germany', street: 'Karlstr.', city: 'Leinfelden-Echterdingen', zip: '70771', housenumber: '12' })\n```\n\nReverse geocoding:\n\n```ruby\nCloudmate.geocode(q: [48.77615073, 9.16416465])\n```\n\n### Routing\n\nhttp://developers.cloudmade.com/wiki/routing-http-api/Documentation\n\n```ruby\nCloudmate.route(points: [[47.25976, 9.58423], [47.26117, 9.59882]], type: :bicycle)\n```\n\n## Contributing [![Build Status](https://secure.travis-ci.org/brainspec/cloudmate.png?branch=master)](https://next.travis-ci.org/brainspec/cloudmate)\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%2Fbrainspec%2Fcloudmate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainspec%2Fcloudmate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainspec%2Fcloudmate/lists"}