2.2.2 • Published 6 years ago

croyale v2.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

CRoyale

Croyale is a powerful node.js module that allows you to interact with the Royaleapi very easily.

  • Object-oriented
  • User friendly
  • Maximum coverage of the API
  • Error handling

Installation

Node.js 8.0.0 or newer is required

Installing: npm install croyale If you are rather interested in installing the development version of this wrapper then Install it with: npm install TheLearneer/croyale

Example usage

const CRoyale = require('croyale');
const client = new CRoyale.Client('token');

client.getPlayer('CVLQ2GV8', { keys: ['name'] })
	.then(player => {
		console.log(`The player's name is ${player.name}`);
	});

Credits

  • The major credit for the existence of this wrapper goes to the developers of the api; SML and Selfish.
  • In the mean time I would like to thank every individual people who have directly or indirectly helped me.

Links

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the documentation.
Make sure the changes you made aren't breaking things and are working fine if you'd like to submit a PR.

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Croyale Server.

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago