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/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.2
    2
    • latest

Version History

Package Sidebar

Install

npm i cr.js

Weekly Downloads

10

Version

0.2.2

License

MIT

Last publish

Collaborators

  • madebykai