1.1.0 • Published 2 years ago

spard-client v1.1.0

Weekly downloads
301
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago