@residently/embed-sdk
Version:
Embed Residently listing collections and detail views within your website
17 lines (10 loc) • 369 B
Markdown
Embed your listings collection, listing detail and viewing booking journey onto your website.
* TypeScript and ES modules support.
* Listen for events using `on`.
```js
import Residently from '@residently/embed-sdk'
const residently = new Residently();
```
Read full docs **[here](https://github.com/residently/embed-sdk#readme)**.