UNPKG

1.4 kBMarkdownView Raw
1# VisWiz.io Node.js SDK
2
3> The official Node.js VisWiz.io SDK.
4
5[![Travis branch](https://img.shields.io/travis/viswiz-io/viswiz-nodejs-sdk/master.svg?style=flat-square)](https://travis-ci.org/viswiz-io/viswiz-nodejs-sdk)
6[![NPM version](https://img.shields.io/npm/v/viswiz-sdk.svg?style=flat-square)](https://www.npmjs.com/package/viswiz-sdk)
7[![Dependencies](https://img.shields.io/david/viswiz-io/viswiz-nodejs-sdk.svg?style=flat-square)](https://david-dm.org/viswiz-io/viswiz-nodejs-sdk)
8[![Install size](https://packagephobia.now.sh/badge?p=viswiz-sdk)](https://packagephobia.now.sh/result?p=viswiz-sdk)
9
10Welcome to the [VisWiz.io](https://www.viswiz.io/) Node.js SDK documentation.
11
12The SDK allows you to programatically query and create new projects, builds or images within the VisWiz.io service.
13
14*Hint:* You can use the [VisWiz.io CLI](https://github.com/viswiz-io/viswiz-cli) from your CI process.
15
16## Documentation
17
18See the documentation at:
19[viswiz-io.github.io/viswiz-nodejs-sdk](https://viswiz-io.github.io/viswiz-nodejs-sdk/manual/usage.html).
20
21## Changelog
22
23The changelog can be found here:
24[CHANGELOG.md](https://github.com/viswiz-io/viswiz-nodejs-sdk/blob/master/CHANGELOG.md#readme).
25
26## Authors and license
27
28Author: [VisWiz.io](https://www.viswiz.io/).
29
30MIT License, see the included
31[LICENSE.md](https://github.com/viswiz-io/viswiz-nodejs-sdk/blob/master/LICENSE.md)
32file.