# Getting started example (browser)

This example shows how to query listings using the SDK, in browser.

## Requirements

* Client ID

## How to run the example:

```
$ cd [project-root]
$ yarn install
$ yarn run build
$ cd examples/getting-started-browser
$ open index.html
```

## Screenshots

![Screenshot1](screenshots/screenshot1.png)
![Screenshot2](screenshots/screenshot2.png)
