Skip to content

nullablebool/ChessDotComSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A .NET wrapper for Chess.com's API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages