UNPKG

@betterstore/sdk

Version:

E-commerce for Developers

35 lines (21 loc) • 791 B
# Better Store SDK šŸš€ **Better Store SDK** is a modern, developer-friendly sdk toolkit designed to help developers build flexible and powerful e-commerce stores with ease. ## šŸ“¦ Installation ```sh npm install @betterstore/sdk ``` ## šŸš€ Quick Start ```javascript import { BetterStore } from "@betterstore/sdk"; const betterStore = new BetterStore("YOUR_API_KEY"); betterStore.checkout.create({ type: "hosted", lineItems: [{ productId: "example_id", quantity: 1 }], }); ``` ## šŸ“š Documentation Full documentation is available at **[betterstore.io](https://betterstore.io)**. ## šŸ¤ Contributing We welcome contributions! Please check the [CONTRIBUTING.md](./CONTRIBUTING.md) for details. ## āš–ļø License This project is licensed under the [MIT License](./LICENSE).