quick-coc-wrapper
v1.0.3
Published
Simple API Wrapper for Clash of Clans
Downloads
16
Maintainers
Readme
quick-coc-wrapper
Simple clash of clans API wrapper
Information
- API Docs: https://puyodead1.github.io/quick-coc-wrapper
- NPM Package: https://www.npmjs.com/package/quick-coc-wrapper
Example Usage
import { ClashAPI } from "quick-coc-wrapper";
const api = new ClashAPI("<clash of clans api token>");
api.fetchLeagues().then((leagues) => {
console.log(leagues);
});