1.0.1 • Published 3 years ago

onetap-api v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

About

OnetapJS is a complete, open-source module made in Node that allows you to smoothly use Onetap's Cloud API.

Installation

Node.js is required.

npm install onetap-api

Setting up

Setting things up is extremely easy. First, you'll need to generate your API keys here and then do the following:

const Onetap = require("onetap-api");

const API = new Onetap(
    "Your-X-Api-Id-Here",
    "Your-X-Api-Secret-Here",
    "Your-X-Api-Key-Here"
);

Documentation

All the documentation can be found in our wiki.

Help

If you need any further assistance, tips or guidance on how to use this library or the Cloud API, feel free to join our Discord server.

1.0.1

3 years ago

1.0.0

3 years ago