# Simpler JavaScript SDK

## Install

```
npm add @simplerso/web-sdk
```

## Usage

```js
import * as Simpler from "@simplerso/web-sdk";

Simpler.checkout({
  target: document.getElementById("app"),
  appId: "00000000-0000-0000-0000-000000000000",
  currency: "EUR",
});
```

## Advanced Usage

Please visit our [official docs](https://simpler.readme.io/docs/configuration).

## Requirements

In order to use the SDK, a Simpler account is required. [Learn more.](https://simpler.readme.io/docs/get-started-with-simpler)
