{"id":25177502,"url":"https://github.com/sigeth/codingame-api-node-ts","last_synced_at":"2026-05-18T11:07:31.729Z","repository":{"id":40702875,"uuid":"371824113","full_name":"Sigeth/codingame-api-node-ts","owner":"Sigeth","description":"A Node extension to use the undocumented CodinGame API","archived":false,"fork":false,"pushed_at":"2022-11-11T15:29:41.000Z","size":423,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T02:41:25.530Z","etag":null,"topics":["codingame","node"],"latest_commit_sha":null,"homepage":"https://sigeth.github.io/codingame-api-node-ts","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sigeth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-28T21:40:57.000Z","updated_at":"2024-07-29T20:23:20.000Z","dependencies_parsed_at":"2023-01-22T11:30:46.398Z","dependency_job_id":null,"html_url":"https://github.com/Sigeth/codingame-api-node-ts","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Sigeth/codingame-api-node-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigeth%2Fcodingame-api-node-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigeth%2Fcodingame-api-node-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigeth%2Fcodingame-api-node-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigeth%2Fcodingame-api-node-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sigeth","download_url":"https://codeload.github.com/Sigeth/codingame-api-node-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigeth%2Fcodingame-api-node-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263619804,"owners_count":23489562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codingame","node"],"created_at":"2025-02-09T14:25:34.577Z","updated_at":"2026-05-18T11:07:31.644Z","avatar_url":"https://github.com/Sigeth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodinGame API undocumented\n\n### Current API knowledge and advancement\nTo follow how far this package is, you can check the Trello : https://trello.com/b/q5vxDgBO/codingame-endpoints\n\n### Docs\nYou can see every current functions in the src/lib folder. You can see the types and the keys of the results by checking the interface result.\n\n### Installation\nThis is a node, so you are supposed to use it with Nodejs.\u003cbr\u003e\nTo import the module, you need to do this in a command prompt :\u003cbr\u003e\n`npm install codingame-api-node-ts`\n\n### Example\nThis is the code to login to CodinGame\n\n```js\nconst { loginCodinGamer } = require('codingame-api-node-ts')\n\ntry {\n  const email = \"api@test.example\"\n  const password = \"apitest\"\n\n  const session = await loginCodinGamer(email, password)\n  \n  console.log(session)\n} catch (e) {\n  //axios error\n  console.log(e)\n}\n```\n\nYou can see the result of this by going to https://github.com/Sigeth/codingame-api-node-ts/blob/main/src/lib/api/auth.ts and check the interface \"ILoginCodinGamer\", that contains every keys and results of the response.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigeth%2Fcodingame-api-node-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigeth%2Fcodingame-api-node-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigeth%2Fcodingame-api-node-ts/lists"}