$ npm install @wix/sdk $ npm install @wix/data $ npm install @wix/sdk $ npm install @wix/stores $ npm install @wix/sdk $ npm install @wix/stores $ npm install @wix/data import { items } from '@wix/data'; import { createClient, OAuthStrategy } from '@wix/sdk'; //To access the Wix APIs, create a client with the createClient() function imported from the @wix/sdk package. const myWixClient = createClient({ modules: { items }, auth: OAuthStrategy({ clientId: '6ddcffb0-9777-412e-a303-1935e55b5c7b' }), }); const dataItemsList = await myWixClient.items.query({ "dataCollectionId": "Forms/subscribers073" }).find(); console.log('My Data Items:'); console.log('Total: ', dataItemsList.items.length); console.log(dataItemsList.items .map((item) => item.data._id) .join('\n') ); import { products } from '@wix/stores'; import { createClient, OAuthStrategy } from '@wix/sdk'; //To access the Wix APIs, create a client with the createClient() function imported from the @wix/sdk package. const myWixClient = createClient({ modules: { products }, auth: OAuthStrategy({ clientId: '6ddcffb0-9777-412e-a303-1935e55b5c7b' }), }); const productList = await myWixClient.products.queryProducts().find(); console.log('My Products:'); console.log('Total: ', productList.items.length); console.log(productList.items .map((item) => item.name) .join('\n') );
top of page

The benefits of Coherent Water for the entire establishment!

 

Transform all the water in your business with the Analemma Agri Unit.

 

This Unit is perfect for Farms, Homesteads/ Large Smallholdings, Nurseries, Horticultural Premises, Sports Grounds, Large Spas & Hotels.

 

Analemma Water is better for animals, plants, the soil, and biodiversity around your business - you'll also contribute to regenerating our environment!

NEW Agri Unit

SKU: AGRI
£2,950.00Price
Quantity
  • -  Enjoy coherent water for the health of animals, plants and soil

    -  Regenerate the soil and the ecosystem around it
     

    -  Less water needed for nurseries, small holdings, agriculture and vegetable gardens

    - Perfect for Large Spa's and Hotels, Sports Stadiums and Sporting Fields

    -  Purchase for life and easy one-time installation

    Because that's the power of coherent water!

bottom of page
$ npm install @wix/sdk $ npm install @wix/stores