{"id":15494213,"url":"https://github.com/farolfo/mochilero-api","last_synced_at":"2026-01-31T02:30:20.112Z","repository":{"id":27370530,"uuid":"30846050","full_name":"farolfo/mochilero-api","owner":"farolfo","description":"Multiple purposes API for backpackers needs","archived":false,"fork":false,"pushed_at":"2015-02-16T18:34:39.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T12:19:21.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://farolfo.github.io/hitchhike-GPS","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farolfo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-15T23:15:51.000Z","updated_at":"2015-02-23T15:02:04.000Z","dependencies_parsed_at":"2022-07-24T15:01:57.714Z","dependency_job_id":null,"html_url":"https://github.com/farolfo/mochilero-api","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/farolfo%2Fmochilero-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Fmochilero-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Fmochilero-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Fmochilero-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farolfo","download_url":"https://codeload.github.com/farolfo/mochilero-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780147,"owners_count":19695735,"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-02T08:12:25.075Z","updated_at":"2026-01-31T02:30:20.030Z","avatar_url":"https://github.com/farolfo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mochilero API\n\nAn open-source project to display hitchs of backpackers on live. Check it out at http://farolfo.github.io/hitchhike-GPS.\n\n_Hitchhike GPS_ is a collaborative project. When travelling and being carried doing hitch on the road, mark it on the web app. This way we can calculate the bests roads and places for a backapacker to hitch!\n\n\n## Application overview\n\nThe API runs in node, using expressjs and [sequelize](http://sequelizejs.com/) as the ORM to connect to a PostgreSQL database.\nThe UI code may be found [here](https://github.com/farolfo/mochilero-ui).\n\nCurrently under development, hosted at http://mochilero-api.herokuapp.com.\n\n## API Definition\n\n####/hitchs resource\nThe API provides the locations were backapackers were hitched on the road. This data can be created and retrieved in the /hitchs resource.\n\nIn order to post a new hitch, just post the coordenates.\n```\n\u003e POST /hitchs\n\u003e {\n\u003e   lat: 37.765791,\n\u003e   long: -122.408219\n\u003e }\n\n\u003c 200\n```\n\nIn order to retrieve the hitchs in a given zone, just tell us the lat/long and a radius in miles.\n```\n\u003e GET /hitchs?lat=37.765791\u0026long=-122.408219\u0026radius=20\n\u003e Content-Type: application/json\n\n\u003c 200\n\u003c [\n\u003c   {\n\u003e     lat: 37.765791,\n\u003e     long: -122.408219\n\u003e   },\n\u003c   {\n\u003e     lat: 37.765792,\n\u003e     long: -122.408219\n\u003e   },\n\u003c   {\n\u003e     lat: 37.765793,\n\u003e     long: -122.408219\n\u003e   }\n\u003c ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarolfo%2Fmochilero-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarolfo%2Fmochilero-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarolfo%2Fmochilero-api/lists"}