1.1.0 • Published 10 months ago

spard-client v1.1.0

Weekly downloads
301
License
MIT
Repository
github
Last release
10 months ago

SPARD service web client.

Example usage:

import SpardClient from 'spard-client';

const client = new SpardClient({ serviceUri: '<insert service address here>' });
const result = await client.transformAsync({ input: 'aaa', transform: 'a => b' });

console.log(result); // { result: 'bbb', duration: '...' }

For more information please visit https://github.com/VladimirKhil/Spard/wiki.

1.1.0

10 months ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago