@macknolandev/marianatek-node
v0.2.4
Published
A Node.js client for the Mariana Tek API
Maintainers
Readme
Mariana Tek Node.js SDK
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.
Installation
npm install @macknolandev/marianatek-node
# or
yarn add @macknolandev/marianatek-node
# or
pnpm add @macknolandev/marianatek-nodeFeatures
- Full TypeScript support
- Easy authentication with API keys
- Simplified access to Mariana Tek's endpoints
- Promise-based API for cleaner asynchronous code
Usage
Importing the SDK
import { createMarianaTekClient } from "@macknolandev/marianatek-node";Initializing the SDK
const mt = createMarianaTekClient({
token: "your_access_token_here",
subdomain: "your_subdomain_here",
});API Reference
createMarianaTekClient(options)
Creates a new instance of the SDK.
Options
token(string, required): Your Mariana Tek access token.subdomain(string, required): Your Mariana Tek subdomain.
Methods
🤝 How to Contribute
We're open to all community contributions!
📝 License
This project is licensed under the MIT license.
See LICENSE for more information.
Disclaimer
This SDK is unofficial and not affiliated with Mariana Tek. Use at your own risk.
