Simple clash of clans API wrapper
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.