node-lichess

1.0.3 • Public • Published

Node-Lichess

API Convenience wrapper for the Lichess.org API

npm install --save node-lichess

  import LichessClient from 'node-lichess';
  const client = new LichessClient();

  client.getUser('jgladch', {}, (err, user) => {
    console.log(user);
  });

  client.getUsersGames('jgladch', {}, (err, games) => {
    console.log(games);
  });

  client.getGameById('o5tc0OQwiOTR', {}, (err, game) => {
    console.log(game);
  });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i node-lichess

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • jgladch