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/

Dependents (0)

Package Sidebar

Install

npm i cr.js

Weekly Downloads

10

Version

0.2.2

License

MIT

Last publish

Collaborators

  • madebykai