@squelify/client
v0.0.0
Published
Official Squelify client library for JavaScript
Readme
Squelify JavaScript SDK
This is the official JavaScript client library designed to interact with the Squelify API.
Installation
# Install with npm
npm install @squelify/client
# Install with yarn
yarn add @squelify/client
# Install with pnpm
pnpm install @squelify/clientUsage
import Squelify from "@squelify/client";
// Instantiate the Squelify client with an optional configuration
const sq = new Squelify({
apiUrl: "https://<your_squelify_domain_name>"
});License
This project is open-sourced software licensed under the MIT license.
Copyrights in this project are retained by their contributors. See the license file for more information.
🤫 Psst! If you like our work you can support us via GitHub sponsors or by subscribing on Polar.
