# Notifly Javascript SDK

![npm](https://img.shields.io/npm/v/notifly-js-sdk)
![Downloads](https://img.shields.io/npm/dt/notifly-js-sdk)

_Notifly SDK for Javascript_ is an easy-to-use package for integrating Notifly with your browser JS applications.

## Installation

To install the package, run the following command:

```
npm install notifly-js-sdk@latest --save
```

or

```
yarn add notifly-js-sdk@latest
```

## Deployment

1. Update version in `package.json` file.
2. Write a changelog in `CHANGELOG.md` file.
3. Run github workflow `Release` to create a new release.
