@drvn/dd

0.9.12 • Public • Published

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

Package Sidebar

Install

npm i @drvn/dd

Weekly Downloads

1

Version

0.9.12

License

ISC

Unpacked Size

178 kB

Total Files

4

Last publish

Collaborators

  • ludd