cr.js

0.2.2 • Public • Published

Simple clash royale API Wrapper.

Installing

npm i --s cr.js

Example

const cr = require('cr.js');

let client = new cr.Client();

client.getProfile('Y99YRPYG').then(player => console.log(player))

Read The Docs.

https://madebykai.github.io/cr.js/

/cr.js/

    Package Sidebar

    Install

    npm i cr.js

    Weekly Downloads

    13

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • madebykai