Skip to content

Dart wrapper client for the competitive What? Where? When? rating WebAPIRating

License

Notifications You must be signed in to change notification settings

vmpay/chgk_rating_dart

Repository files navigation

chgk_rating

workflow Pub Awesome

Dart wrapper client for the competitive What? Where? When? rating WebAPIRating

Getting Started

Add dependency

Add to your pubspec.yaml the latest version of the library

dependencies:
  chgk_rating: ^<latest_version>

Fetch player's data example

Create instance of ChgkRating class

ChgkRating chgkRating = ChgkRating();

Search for the player by name and surname

PlayerSearch playerSearch = await chgkRating.getPlayerBy(name: 'player_name', surname: 'player_surname');

Copyright & License

This project follows Apache 2.0 license

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Dart wrapper client for the competitive What? Where? When? rating WebAPIRating

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages