1.1.0 • Published 2 years ago

@oreoezi/lichess.js v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

About

Lichess.js is a node.js API wrapper for the Lichess API.

  • Almost full API coverage
  • Updated and maintained
  • Well documented
  • Lightweight
  • No dependencies

Setting up

Generate a Personal API access token. Give it a recognizable description and the scopes necessary for your app. After generating the token it is time to create a client.

const lichess = require("@oreoezi/lichess.js");
var client = new lichess.Client("YOUR_TOKEN_HERE");

Contributing

You can contribute to the repository by sharing it around, submitting code or reporting issues.