1.0.2 • Published 6 years ago

olisto v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

node-olisto

olisto: Downloads olisto: Version

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.