Options
All
  • Public
  • Public/Protected
  • All
Menu

Project quick-coc-wrapper

quick-coc-wrapper

Simple clash of clans API wrapper

forthebadge forthebadge forthebadge forthebadge GitHub forks GitHub Repo stars GitHub GitHub package.json version

Discord Banner 2

Information

Example Usage

import { ClashAPI } from "quick-coc-wrapper";

const api = new ClashAPI("<clash of clans api token>");
api.fetchLeagues().then((leagues) => {
  console.log(leagues);
});

Made by Horyus. Documentation generated by TypeDoc.