radar-sdk-js 3.5.0-beta.1 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/index.js +1645 -965
- package/dist/radar.js +1645 -965
- package/dist/radar.min.js +1 -1
- package/package.json +2 -2
- package/src/api/events.js +16 -0
- package/src/api/track.js +6 -0
- package/src/api/trips.js +3 -28
- package/src/index.js +11 -3
- package/src/storage.js +2 -2
- package/src/version.js +1 -1
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|

|
|
5
5
|
[](https://codecov.io/gh/radarlabs/radar-sdk-js)
|
|
6
6
|
|
|
7
|
-
[Radar](https://radar.
|
|
7
|
+
[Radar](https://radar.com) 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.
|
|
8
8
|
|
|
9
9
|
## Documentation
|
|
10
10
|
|
|
11
|
-
See the Radar overview documentation [here](https://radar.
|
|
11
|
+
See the Radar overview documentation [here](https://radar.com/documentation).
|
|
12
12
|
|
|
13
|
-
Then, see the Radar web SDK documentation [here](https://radar.
|
|
13
|
+
Then, see the Radar web SDK documentation [here](https://radar.com/documentation/sdk/web).
|
|
14
14
|
|
|
15
15
|
## Running locally
|
|
16
16
|
|
|
@@ -21,4 +21,4 @@ Then, see the Radar web SDK documentation [here](https://radar.io/documentation/
|
|
|
21
21
|
|
|
22
22
|
## Support
|
|
23
23
|
|
|
24
|
-
Have questions? We're here to help! Email us at [support@radar.
|
|
24
|
+
Have questions? We're here to help! Email us at [support@radar.com](mailto:support@radar.com).
|