All Projects → moimikey → surger

moimikey / surger

Licence: MIT license
⚡ Is there surge pricing around me right now?

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to surger

EasyWayLocation
This library contain all utils related to google location. like, getting lat or long, Address and Location Setting dialog, many more...
Stars: ✭ 142 (+610%)
Mutual labels:  uber, gps, location, location-services
Corelocationcli
Command line program to print location information from CoreLocation
Stars: ✭ 138 (+590%)
Mutual labels:  gps, location, location-services
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (+45%)
Mutual labels:  gps, location, location-services
FusedBulb
Location fetch library.
Stars: ✭ 22 (+10%)
Mutual labels:  gps, location
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+1165%)
Mutual labels:  gps, location
Vehicle In Motion
This is a basic implementation of location listener using Google Maps Api
Stars: ✭ 339 (+1595%)
Mutual labels:  uber, location-services
Coregpx
A library for parsing and creation of GPX location files. Purely Swift.
Stars: ✭ 132 (+560%)
Mutual labels:  gps, location
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (+150%)
Mutual labels:  gps, cellular
XamarinForms.LocationService
Xamarin Background Services, Background Location Updates, Location Updates, BroadCastReceiver
Stars: ✭ 61 (+205%)
Mutual labels:  location, location-services
LocationShare
A simple Android application to share your location
Stars: ✭ 75 (+275%)
Mutual labels:  gps, location
android
Where you can find everything Android from Mapzen
Stars: ✭ 106 (+430%)
Mutual labels:  location, location-services
Geolocation
Flutter geolocation plugin for Android and iOS.
Stars: ✭ 205 (+925%)
Mutual labels:  gps, location
Ulogger Android
μlogger • android application for real-time collection and publishing of geolocation data
Stars: ✭ 168 (+740%)
Mutual labels:  gps, location
ESP32 IMU BARO GPS VARIO
GPS altimeter/variometer with LCD display, routes with waypoints, data/gps track logging, bluetooth NMEA sentence transmission, wifi AP + webpage configuration
Stars: ✭ 72 (+260%)
Mutual labels:  gps, wifi
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (+5%)
Mutual labels:  gps, location
spoofgo
An Application for Spoofing Movement written in Golang
Stars: ✭ 15 (-25%)
Mutual labels:  gps, cli-app
location-api-sl
This API can be use to all developers to get location details of Sri Lanka 🇱🇰 including major cities, sub areas, districts and Provinces. ⛳️
Stars: ✭ 35 (+75%)
Mutual labels:  location, location-services
Dingding
免root远程钉钉打卡,支持wifi和gps定位,仅支持android系统。本项目出于学习目的,仅用于学习玩耍,请于24小时后自行删除。xposed, crack,package,dingtalk,remote control
Stars: ✭ 116 (+480%)
Mutual labels:  gps, wifi
React Native Fused Location
Finest location for react-native on Android using the new Fused API.
Stars: ✭ 118 (+490%)
Mutual labels:  gps, location
SimpleLocationGetter
No description or website provided.
Stars: ✭ 21 (+5%)
Mutual labels:  location, location-services

surger

Version License Downloads Deps DevDeps

about

Is 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.

installation

$ npm -g install surger
$ surger

Location:   Nearby East 2nd Street

uberX       ✔ GOOD
uberXL      ✔ GOOD
UberBLACK   $ SURGE 2.8x
UberSUV     $ SURGE 2.8x
uberT       ✔ GOOD

yaaaasss queen yaaaaasssss

debug

$ surger --debug                                                                      !2882
debug.getCoords finding towers
debug.getCoords found 2 tower(s)
debug.getTowers err null
debug.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"}]
debug.getCoords finding location
debug.getLocation err null
debug.getLocation location {"accuracy":30,"latitude":31.0206837,"longitude":-76.02599699999999}
debug.getCoords confirming location
debug.handleCoords location confirmed from `getCoords`
debug.getPriceEstimateFromLatLng getting estimate

Location:  Nearby Strout Street

debug.estimates estimates [["uberX"," ✔ GOOD "],["uberXL"," ✔ GOOD "],["uberX + Car Seat"," ✔ GOOD "],["UberBLACK"," ✔ GOOD "],["UberSUV"," ✔ GOOD "],["BLACK CAR + Car Seat"," ✔ GOOD "],["SUV + Car Seat"," ✔ GOOD "]]
uberX                  ✔ GOOD
uberXL                 ✔ GOOD
uberX + Car Seat       ✔ GOOD
UberBLACK              ✔ GOOD
UberSUV                ✔ GOOD
BLACK CAR + Car Seat   ✔ GOOD
SUV + Car Seat         ✔ GOOD
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].