{"id":15706824,"url":"https://github.com/stephenlb/smart-car-dashboard","last_synced_at":"2025-10-27T09:03:28.871Z","repository":{"id":26552580,"uuid":"30006283","full_name":"stephenlb/smart-car-dashboard","owner":"stephenlb","description":"Smart Car Dashboard via PubNub Data Stream Network","archived":false,"fork":false,"pushed_at":"2015-02-20T01:06:26.000Z","size":719,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2024-10-24T18:52:37.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://stephenlb.github.io/smart-car-dashboard/","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/stephenlb.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-01-29T06:08:54.000Z","updated_at":"2024-10-10T09:21:46.000Z","dependencies_parsed_at":"2022-07-25T15:48:11.454Z","dependency_job_id":null,"html_url":"https://github.com/stephenlb/smart-car-dashboard","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/stephenlb%2Fsmart-car-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fsmart-car-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fsmart-car-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fsmart-car-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenlb","download_url":"https://codeload.github.com/stephenlb/smart-car-dashboard/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223704758,"owners_count":17188999,"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-03T20:29:04.022Z","updated_at":"2025-10-27T09:03:28.814Z","avatar_url":"https://github.com/stephenlb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Car Dashboard Output\n\nYour car's live data feed in realtime displayed in a dashboard.\n\n\n### Update All\n\nYou can update everything in a single call or one at a time.\n\n```javascript\nPUBNUB({\n    publish_key   : 'demo-36',\n    subscribe_key : 'demo-36'\n}).publish({\n    channel : 'smart-car',\n    message : {\n        tachometer  : 4000,\n        mph         : 60,\n        temperature : 60,\n        lat         : 37.7833074,\n        long        : -122.3992261\n    }\n})\n```\n\n### Add Lat/Long WayPoint\n\nYou can add a waypoint with the following command.\n\n```javascript\n// Starting Waypoint\nPUBNUB({\n    publish_key   : 'demo-36',\n    subscribe_key : 'demo-36'\n}).publish({\n    channel : 'smart-car',\n    message : {\n        lat  : 37.7833074,\n        long : -122.3992261\n    }\n})\n\n// Add a Second Waypoint\nPUBNUB({\n    publish_key   : 'demo-36',\n    subscribe_key : 'demo-36'\n}).publish({\n    channel : 'smart-car',\n    message : {\n        lat  : 37.7830000,\n        long : -122.3999999\n    }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlb%2Fsmart-car-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenlb%2Fsmart-car-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlb%2Fsmart-car-dashboard/lists"}