{"id":18687682,"url":"https://github.com/junosuarez/bikesy","last_synced_at":"2025-11-08T02:30:37.531Z","repository":{"id":74778151,"uuid":"7315089","full_name":"junosuarez/bikesy","owner":"junosuarez","description":"npm module: get bike directions form the bikesy.com api","archived":false,"fork":false,"pushed_at":"2012-12-25T06:57:34.000Z","size":348,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T16:46:14.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/junosuarez.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-12-25T06:49:44.000Z","updated_at":"2013-12-02T04:09:51.000Z","dependencies_parsed_at":"2023-02-26T05:46:07.452Z","dependency_job_id":null,"html_url":"https://github.com/junosuarez/bikesy","commit_stats":null,"previous_names":["jden/bikesy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fbikesy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fbikesy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fbikesy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fbikesy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junosuarez","download_url":"https://codeload.github.com/junosuarez/bikesy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239545841,"owners_count":19656858,"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-11-07T10:33:46.991Z","updated_at":"2025-11-08T02:30:37.474Z","avatar_url":"https://github.com/junosuarez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bikesy\nget bike directions form the bikesy.com api\n\n## usage\n\n    var bikesy = require('bikesy')\n\n    var origin = {lat: 37.79099655151367, lon: -122.39909362792969}\n    var destination = {lat: 37.78794572301525, lon: -122.40700721740723}\n\n\n    bikesy(\n      origin,\n      destination,\n      function (err, result) {\n        console.log(result)\n      }\n    )\n\n\nReturns an object that looks like\n\n    { steps:\n       [ { direction: 'start northwest',\n           location: '1st Street',\n           lat: 37.79099655151367,\n           lon: -122.39909362792969 },\n         { direction: 'left',\n           location: 'Market Street',\n           lat: 37.79106903076172,\n           lon: -122.39918518066406 }, ],\n      totalElevation: 0,\n      totalDistance: 26.358399790548397 }\n\n\n## installation\nfrom npm\n\n    $ npm install bikesy\n\n## license\nMIT. (c) 2012 jden - Jason Denizac \u003cjason@denizac.org\u003e. http://jden.mit-license.org/2012\n\n## contact\ngithub: jden\nemail: jason@denizac.org\nfreenode irc: jden\ntwitter: @lejden\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fbikesy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunosuarez%2Fbikesy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fbikesy/lists"}