Born digital
This product was born digital
Born digital
This product was born digital
{
"id": "U3EtU2k3BD8wQpwwR6EMXgKb",
"createdAt": 1501509769311,
"updatedAt": 1501509769311,
"description": "A delicious animating local beer for export.",
"name": "Honeysuckle Zombie Brown Ale",
"tags": [ "export" ],
"properties": { ... },
"customFields": {
"bottles_per_case": "24",
"ingredients": { ... }
}
}
git clone git@github.com:evrythng/evrythng-experience-starter.git
cd evrythng-experience-starter
npm install
npm start
xdg-open http://localhost:1234
npm run build:basic
npm run update -- --productId=PRODUCT_ID --apiKey=API_KEY
npm run build:voxel-builder
npm run update -- --productId=PRODUCT_ID --apiKey=API_KEY
JavaScript 3D library.
const user = await app.appUser().create({
email: 'user@company.com',
password: 'password', // don't put this one in the code :)
firstName: 'Mister',
lastName: 'User'
});
user
.product(productId)
.property('owner')
.update(user.id);