1.0.3 • Published 3 years ago

quick-coc-wrapper v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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);
});
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago