Getting started

Using Data.js

  1. Download .zip file Data.js in Github

  2. Create new folder for your new app

  3. Copy bin folder in Data.js:

|___bin
      |___data.js
      |___test.js

4. Importing data.js your file:

const Data = require("./bin/data");
var app = new Data();

Last updated