@encheres-immo/widget-client
v0.3.0
Published
Middleware to use Enchères Immo's API in your JavaScript application
Downloads
78
Readme
Enchères Immo's widget client
Add a real-estate auction widget to your website, powered by Enchères Immo's API 🚀
Currently a work in progress.
Overview
This package is a middleware to use Enchères Immo's API in your widget. Made with typescript.
index.ts
: The main file, with all public functions.types.ts
: Typescript types for the API responses.
Useful commands
Install dependencies, with pnpm:
pnpm install
Build the package:
pnpm run build