{"id":18917778,"url":"https://github.com/ef2k/buses-nyc","last_synced_at":"2026-03-11T23:30:17.053Z","repository":{"id":152305642,"uuid":"9281667","full_name":"ef2k/buses-nyc","owner":"ef2k","description":"A little MTA Bus Time API wrapper.","archived":false,"fork":false,"pushed_at":"2013-11-04T04:10:30.000Z","size":164,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T15:34:53.789Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ef2k.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":"2013-04-07T19:10:52.000Z","updated_at":"2018-02-26T21:47:35.000Z","dependencies_parsed_at":"2023-04-10T00:46:51.135Z","dependency_job_id":null,"html_url":"https://github.com/ef2k/buses-nyc","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/ef2k%2Fbuses-nyc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fbuses-nyc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fbuses-nyc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fbuses-nyc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ef2k","download_url":"https://codeload.github.com/ef2k/buses-nyc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239914930,"owners_count":19717760,"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-08T10:28:07.211Z","updated_at":"2026-03-11T23:30:17.006Z","avatar_url":"https://github.com/ef2k.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Buses NYC\n=========\n\nProvides Buses and Route information using  the MTA Bus Time API.\n\n\nBasic Usage\n-----------\n\n\n```js\n$(function() {\n  var apiKey = \"\"; // \u003c-- Your api key\n  var mta = new MtaBusTime(apiKey);\n  \n  mta.getBuses('b63', '', function(buses) {\n    console.log(buses);\n  });\n\n  mta.getRoute('b63', function(route) {\n    console.log(route);\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fef2k%2Fbuses-nyc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fef2k%2Fbuses-nyc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fef2k%2Fbuses-nyc/lists"}