

Radar is location data infrastructure. You can use Radar SDKs and APIs to add location context to your apps with just a few lines of code.
Documentation
See the Radar overview documentation here.
Then, see the Radar web SDK documentation here.
Running locally
- Clone the repo
npm install
- To run the SDK in a browser, run
npm run build && node demo/server.js
, which should open a tab in your browser of choice. Modify the /src/index.html
file as needed - To run tests, run
npm run test
Support
Have questions? We're here to help! Email us at support@radar.io.