onetap-api
v1.0.1
Published
A library to easily use Onetap's API system.
Downloads
5
Readme
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.