Skip to content

A simple API wrapper for the undocumented Codingame API

License

Notifications You must be signed in to change notification settings

GrahamSH-LLK/Codingame-Node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A simple API wrapper for the undocumented Codingame API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 100.0%