Description: A wrapper around the lichess open source api uses:
- reqwest: a http library
Rust - use rustup to get started
Detailed instructions on how to install, configure, and get the project running. This should be frequently tested to ensure reliability. Alternatively, link to a separate INSTALL document.
create a .env file and add your lichess token there.
example: TOKEN liu_***
Don't add yet, the library has not yet been uploaded to crates
cargo add lichess-api
To run tests, run cargo test
Lichess api documentation sometimes is not up to date, so expect, different responses. just a heads up
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.