Skip to content

nyx095/xteam-api

 
 

Repository files navigation

xteam-api

Full API Implementation inside NodeJS Module

More info at https://api.xteam.xyz/ Get APIKEY here https://api.xteam.xyz/register

Usage

import { API: XTeam } from 'xteam-api'

// Set Your APIKEY
XTeam.apikey = 'your-apikey'

Example

TTP

const json = await XTeam.free.ttp('hello')

ATTP

const json = await XTeam.free.attp('hello')

About

XTEAM API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 4.0%