@drvn/dd
v0.9.12
Published
The DataDrivenJS is a serverless service for building data-driven websites. This package provides the core library reponsible for both, tracking and reading data.
Downloads
21
Maintainers
Readme
DataDrivenJS
DataDrivenJS is a serverless solution for building data-driven websites and apps. It collects data the same way web analytics services do, and allows for easy, flexible and fast retrieval of the collected data.
You can learn more about DataDrivenJS here: https://datadrivenjs.com
Setup
In order to use DataDrivenJS library, you need to sign up and create a project. Then you can initiate the library using your project specific settings:
window.DD = require( "@drvn/dd" );
window.DD.init ({
"settings": {
"project": {
"projectID":[YOUR_PROJECT_ID],
"publicKey":[YOUR_PUBLIC_KEY]
}
}
});
For complete documentation visit: https://datadrivenjs.com/docs.html