radarlabs / radar-sdk-js

Web JavaScript SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
42 stars 11 forks source link

Is there radar for nodejs?? #93

Closed tngflx closed 1 year ago

tngflx commented 1 year ago

Its only meant for the web? what about backend with nodejs?

tngflx commented 1 year ago

I've tried npm install, come with rollup dependency error. Is this project even maintained??

image

corypisano commented 1 year ago

hi @tngflx yes this is the Web JS SDK, and makes use of the Browser Geolocation APIs which would not apply for node. We don't have a dedicated node.js SDK at this time, but you can call the APIs directly

Documentation:

tngflx commented 1 year ago

Thank you for reply. I've noticed u guys also use google map as map layout. Does it mean you guys actually used part of google map as backend?