Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.21 KB

Chess.com Unofficial API

A .NET wrapper for Chess.com's API. This project is using the .NET Core 2.0 framework.

Getting Started

Download or clone the repo and build. Or, use Nuget...

Install via Nuget

To install via Nuget, simply run...

Install-Package ChessDotComSharp

Usage

Easy to use with fully typed models:

var client = new ChessDotComClient();
var myGames = await client.GetPlayerGamesAsync("kgooding");

Full API documentation

The full documentation of Chess.com's API can be found at https://www.chess.com/news/view/published-data-api

Built With

Contributing

Contributions welcome, would like to stub out the service and add unit tests.

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Chess.com Team