{"id":19889632,"url":"https://github.com/moimikey/surger","last_synced_at":"2025-05-02T17:33:44.888Z","repository":{"id":32332468,"uuid":"35907846","full_name":"moimikey/surger","owner":"moimikey","description":"⚡ Is there surge pricing around me right now?","archived":false,"fork":false,"pushed_at":"2021-08-17T14:32:54.000Z","size":167,"stargazers_count":20,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T18:04:52.542Z","etag":null,"topics":["cellular","cli","cli-app","command-line-tool","gps","location","location-services","node","npm-module","uber","wifi"],"latest_commit_sha":null,"homepage":"","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/moimikey.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":"2015-05-19T20:51:22.000Z","updated_at":"2020-05-20T01:27:50.000Z","dependencies_parsed_at":"2022-09-05T14:11:22.597Z","dependency_job_id":null,"html_url":"https://github.com/moimikey/surger","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moimikey%2Fsurger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moimikey%2Fsurger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moimikey%2Fsurger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moimikey%2Fsurger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moimikey","download_url":"https://codeload.github.com/moimikey/surger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252081326,"owners_count":21691684,"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":["cellular","cli","cli-app","command-line-tool","gps","location","location-services","node","npm-module","uber","wifi"],"created_at":"2024-11-12T18:10:58.882Z","updated_at":"2025-05-02T17:33:44.606Z","avatar_url":"https://github.com/moimikey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# surger\n[![Version][npm-version-image]][npm-version-url] [![License][npm-license-image]][npm-license-url] [![Downloads][npm-downloads-image]][npm-downloads-url] [![Deps][npm-deps-image]][npm-deps-url] [![DevDeps][npm-devdeps-image]][npm-devdeps-url]\n\n## about\nIs there surge pricing around me right now? This little CLI utility will determine your location (currently OS X only) using location services and determine if surge pricing is active within your range.\n\n## installation\n```\n$ npm -g install surger\n$ surger\n\nLocation:   Nearby East 2nd Street\n\nuberX       ✔ GOOD\nuberXL      ✔ GOOD\nUberBLACK   $ SURGE 2.8x\nUberSUV     $ SURGE 2.8x\nuberT       ✔ GOOD\n```\n\n\u003e yaaaasss queen yaaaaasssss\n\n# debug\n```\n$ surger --debug                                                                      !2882\ndebug.getCoords finding towers\ndebug.getCoords found 2 tower(s)\ndebug.getTowers err null\ndebug.getTowers towers [{\"mac\":\"41:5f:32:5c:61:7c\",\"ssid\":\"FiOS-02JG1\",\"signal_level\":\"-90\"},{\"mac\":\"00:27:62:a4:14:81\",\"ssid\":\"ARC\",\"signal_level\":\"-62\"}]\ndebug.getCoords finding location\ndebug.getLocation err null\ndebug.getLocation location {\"accuracy\":30,\"latitude\":31.0206837,\"longitude\":-76.02599699999999}\ndebug.getCoords confirming location\ndebug.handleCoords location confirmed from `getCoords`\ndebug.getPriceEstimateFromLatLng getting estimate\n\nLocation:  Nearby Strout Street\n\ndebug.estimates estimates [[\"uberX\",\" ✔ GOOD \"],[\"uberXL\",\" ✔ GOOD \"],[\"uberX + Car Seat\",\" ✔ GOOD \"],[\"UberBLACK\",\" ✔ GOOD \"],[\"UberSUV\",\" ✔ GOOD \"],[\"BLACK CAR + Car Seat\",\" ✔ GOOD \"],[\"SUV + Car Seat\",\" ✔ GOOD \"]]\nuberX                  ✔ GOOD\nuberXL                 ✔ GOOD\nuberX + Car Seat       ✔ GOOD\nUberBLACK              ✔ GOOD\nUberSUV                ✔ GOOD\nBLACK CAR + Car Seat   ✔ GOOD\nSUV + Car Seat         ✔ GOOD\n```\n\n[npm-version-url]: https://www.npmjs.com/package/surger\n[npm-version-image]: https://img.shields.io/npm/v/surger.svg\n[npm-license-url]: https://github.com/moimikey/surger/blob/master/LICENSE\n[npm-license-image]: https://img.shields.io/npm/l/surger.svg\n[npm-downloads-url]: https://www.npmjs.com/package/surger\n[npm-downloads-image]: https://img.shields.io/npm/dm/surger.svg\n[npm-deps-url]: https://david-dm.org/moimikey/surger\n[npm-deps-image]: https://img.shields.io/david/moimikey/surger.svg\n[npm-devdeps-url]: https://david-dm.org/moimikey/surger\n[npm-devdeps-image]: https://img.shields.io/david/dev/moimikey/surger.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoimikey%2Fsurger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoimikey%2Fsurger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoimikey%2Fsurger/lists"}