codingame-api-node

0.0.6 • Public • Published

codingame-api-node

A simple API wrapper for the undocumented Codingame API

Build and minify

Make sure you have the dev dependencies installed, and run npm run build. Terser should minify the source file and the output should be in dist/index.js.

Use

npm i codingame-api-node

const cg = require('codingame-api-node')
const api = new cg()

Login

await api.login({Email:'email', Password: 'password'})

Create Clash

clash = await api.CreateClash()

/codingame-api-node/

    Package Sidebar

    Install

    npm i codingame-api-node

    Weekly Downloads

    8

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    16.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • grahamsh