Skip to content

mackenzienolan/marianatek-node

Repository files navigation

Mariana Tek Node.js SDK

npm version License

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-node

Features

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published