1.0.14 • Published 6 years ago

@janitza/gridvis-client v1.0.14

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
6 years ago

gridvis-client

NPM version Coverage Quality Gate Status

A node js library to access the Janitza GridVis REST interface.

import { GridVisClient } from '@janitza/gridvis-client';

async function main() {
    const client = new GridVisClient({url: ""});
    return await client.fetchGridVisVersion();
}

main().then((version) => {
    console.log(version)
});
1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago