clashroyale.js

1.0.0 • Public • Published
Clash Of Clans

A light-weight module that makes Clash Royale API become easy.

Coverage Status

Install size Current version

Introduction

Provides an easy way to get started with the Clash Royale API For more information about the responses please check Official Clash Royale Dev Website. Not releated to Supercell. Created By: Philippe Smeets

Installation

npm install clashroyale.js

Links

Example

const client = require('clash-of-clans-node');
async function myFunction() {
    await client.login('YOUR-TOKEN-HERE');
    const player = await client.getPlayer()
    
}
myFunction();

Disclaimer

This content is not affiliated with, endorsed, sponsored, or specifically approved by Supercell and Supercell is not responsible for it.

Package Sidebar

Install

npm i clashroyale.js

Weekly Downloads

0

Version

1.0.0

License

CC BY-NC

Unpacked Size

65.8 kB

Total Files

40

Last publish

Collaborators

  • philippe-smeets