Getting started
Using Data.js
Download
.zip
file Data.js in GithubCreate new folder for your new app
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
Was this helpful?