This open source repo helps you visualize live location and activity data of your users on a web app. The data is generated using the HyperTrack SDKs. See sample of these web visuals here.
Set up SDK in your user's app by signing up here, and then integrating the SDK into your app
Clone this repository
# Clone this repository
$ git clone https://github.com/hypertrack/js-sdk.git
For detailed documentation of the APIs, customizations and what all you can build using HyperTrack, please visit the official docs.
Join our Slack community for instant responses, or interact with our growing community. You can also email us at help@hypertrack.com.
Feel free to clone, use, and contribute back via pull requests. We'd love to see your pull requests - send them in! Please use the issues tracker to raise bug reports and feature requests. We are excited to see what live location feature you build in your app using this project. Do ping us at help@hypertrack.io once you build one, and we would love to feature your app on our blog!
This is a mono-repo (repo containing multiple packages) managed with lerna and yarn workspaces.
yarn : Install lerna and other dependencieslerna run lib : Builds all the packageslerna link: Symlinks all internal packagesBecause the dependencies of the packages are managed by yarn workspaces, instead of using npm install package-x use yarn add package-x.
: this is convereted to object
e.g. {current_time: abc, is_late: true} => [[Current time, abc]]
: object which is converted to string
: used to stringify the key of object currently only included string/number/boolean values to depth 1
current_time => Current time
: string which is humanized
: to split the prop string
e.g. {current_time: abc, is_late: true} => [abc, true]
: object whole values as array is returned
Generated using TypeDoc
Works similar to underscore indexBy, converts array to object