# WeDeploy SDK for JavaScript

[![Build Status][build-status-svg]][build-status-link]
[![npm Version][npm-svg]][npm-link]

A library that facilitates the use of WeDeploy services from your Web, Node.js, React Native, or React VR app.

> For more information on WeDeploy and its features, visit [the website](https://wedeploy.com).

## Installation

[See official documentation](https://wedeploy.com/docs/intro/api-clients/#2)

## Getting Started

* [WeDeploy Auth on the Web](https://wedeploy.com/tutorials/auth-web/get-started/)
* [WeDeploy Data on the Web](https://wedeploy.com/tutorials/data-web/get-started/)
* [WeDeploy Email on the Web](https://wedeploy.com/tutorials/email-web/get-started/)

## Setup

```
npm install
```

## Build

```
npm run build
```

```
npm run build:watch
```

## Test

```
npm run test
```

```
npm run test:coverage
```

## Release

```
npm run release
```

## Browser Support

[![Browser Support][browser-support-svg]][browser-support-link]

## License

[BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html), © Liferay, Inc.

[build-status-svg]: https://travis-ci.com/wedeploy/wedeploy-sdk-js.svg?token=a51FNuiJPYZtHhup9q1V&branch=master
[build-status-link]: https://travis-ci.com/wedeploy/wedeploy-sdk-js

[npm-svg]: https://img.shields.io/npm/v/wedeploy.svg
[npm-link]: https://npmjs.org/wedeploy

[browser-support-svg]: https://saucelabs.com/browser-matrix/ivansantos.svg
[browser-support-link]: https://saucelabs.com/beta/builds/8a24c731fc704e2c835033bcbc2faa2e
