Skip to content

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:

varclient=newChessDotComClient();varmyGames=awaitclient.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

9 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages