An unofficial Node.js SDK for Mariana Tek's APIs. This library provides convenient access to Mariana Tek's fitness studio management API for applications written in JavaScript and TypeScript.
npm install @macknolandev/marianatek-node
# or
yarn add @macknolandev/marianatek-node
# or
pnpm add @macknolandev/marianatek-node
- Full TypeScript support
- Easy authentication with API keys
- Simplified access to Mariana Tek's endpoints
- Promise-based API for cleaner asynchronous code
import { createMarianaTekClient } from "@macknolandev/marianatek-node";
const mt = createMarianaTekClient({
token: "your_access_token_here",
subdomain: "your_subdomain_here",
});
Creates a new instance of the SDK.
token
(string, required): Your Mariana Tek access token.subdomain
(string, required): Your Mariana Tek subdomain.
We're open to all community contributions!
This project is licensed under the MIT license.
See LICENSE for more information.
This SDK is unofficial and not affiliated with Mariana Tek. Use at your own risk.