Getting started
Using Data.js
Download
.zipfile Data.js in GithubCreate new folder for your new app
Copy bin folder in Data.js:
|___bin
|___data.js
|___test.js4. Importing data.js your file:
const Data = require("./bin/data");
var app = new Data();Last updated
Was this helpful?
