1.0.2 • Published 7 years ago
olisto v1.0.2
node-olisto
Use Olisto Connect in your Javascript projects!
Usage
const Olisto = require('olisto');
const connector = new Olisto('YOUR CONNECT URL');
connector.setOn();
Methods
Olisto.setOn();
Turns on the connector on the url that was initialized at the creation of the Olisto object.
Olisto.setValue(val);
Sets an specific value for an connector.
Value must be a string.
Olisto.getValue();
Returns the stored value in an Olisto connector.
Returns a string
The Olisto connect service doesn't support that right now. Stay tuned for updates.