{"id":23817876,"url":"https://github.com/lsongdev/node-gps","last_synced_at":"2025-09-07T00:32:47.661Z","repository":{"id":57252767,"uuid":"81082873","full_name":"lsongdev/node-gps","owner":"lsongdev","description":":satellite: A GPS NMEA parser library","archived":false,"fork":false,"pushed_at":"2019-07-04T02:14:33.000Z","size":180,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-28T22:01:25.336Z","etag":null,"topics":["gps","hardware"],"latest_commit_sha":null,"homepage":"https://npmjs.org/node-gps","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsongdev.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":"2017-02-06T12:00:37.000Z","updated_at":"2022-08-30T03:37:57.000Z","dependencies_parsed_at":"2022-08-31T22:11:14.053Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/node-gps","commit_stats":null,"previous_names":["lsongdev/node-gps","song940/node-gps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/node-gps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-gps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-gps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-gps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-gps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/node-gps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-gps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273543835,"owners_count":25124340,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gps","hardware"],"created_at":"2025-01-02T05:48:58.852Z","updated_at":"2025-09-07T00:32:47.367Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## gps2 ![node-gps](https://img.shields.io/npm/v/gps-module.svg)\n\nA GPS NMEA parser library\n\n### Installation\n\n```bash\n$ npm i node-gps --save\n```\n\n### Example\n\n```js\nconst GPS = require('node-gps');\n\nconst gps = new GPS();\n\ngps.on('data', (location) =\u003e {\n  console.log(location);\n});\n\nfs\n.createReadStream('/dev/gps-module')\n.pipe(gps)\n\n```\n\n![gps-module](./gps-module.jpg)\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### License\n\nThis works base on [Robert Eisele](https://www.xarg.org)'s [GPS.js](https://github.com/infusion/GPS.js) and under the [MIT](./LICENSE) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fnode-gps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fnode-gps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fnode-gps/lists"}