{"id":19389857,"url":"https://github.com/toxblh/clearscore","last_synced_at":"2026-06-19T07:32:22.069Z","repository":{"id":34892483,"uuid":"185423284","full_name":"Toxblh/ClearScore","owner":"Toxblh","description":"A simple way to collect your score from clearscore.com","archived":false,"fork":false,"pushed_at":"2023-07-19T01:36:38.000Z","size":234,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T09:36:19.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Toxblh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-07T14:53:15.000Z","updated_at":"2021-07-21T10:16:08.000Z","dependencies_parsed_at":"2024-11-10T10:17:42.896Z","dependency_job_id":"d7dd9557-de3e-44d7-a33d-ad90823b84ec","html_url":"https://github.com/Toxblh/ClearScore","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":"0.37209302325581395","last_synced_commit":"3476f85e216f2812efdcffe2511e3ca43ca13c68"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2FClearScore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2FClearScore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2FClearScore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toxblh%2FClearScore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toxblh","download_url":"https://codeload.github.com/Toxblh/ClearScore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240549430,"owners_count":19819137,"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":[],"created_at":"2024-11-10T10:17:37.766Z","updated_at":"2026-06-19T07:32:22.012Z","avatar_url":"https://github.com/Toxblh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://img.shields.io/npm/v/clear-score.svg)](https://www.npmjs.com/package/clear-score)\n[![License](https://img.shields.io/npm/l/clear-score.svg)](https://www.npmjs.com/package/clear-score)\n[![NPM Downloads](https://img.shields.io/npm/dt/clear-score.svg)](https://www.npmjs.com/package/clear-score)\n\n# Collect credit score from clearscore.com\n\nA simple way to collect your score from clearscore.com\n\n### Example result of work\n\n```\nReport date: 2019-04-17\nDays until new: 12\nScore: 615\n```\n\n### Install\n\n1. `git clone https://github.com/Toxblh/ClearScore`\n2. `cd ClearScore`\n3. `echo \"module.exports = { login: 'YourL0gin', pass: 'YourPassw0rd'}\" \u003e creds.js`\n4. `yarn` or `npm i`\n5. `node ./index.js`\n6. Your score already front of you\n\n### Lib version\n\n1. `npm i clear-score`\n2. Use\n\n```js\nconst getClearScore = require('clear-score')\n\ngetClearScore({\n  login,\n  pass,\n}).then(score =\u003e {\n  console.log('Report date:', score.report_date)\n  console.log('Days until new:', score.updated_date)\n  console.log('Score:', score.score)\n  console.log('Report:', score.report)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxblh%2Fclearscore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoxblh%2Fclearscore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxblh%2Fclearscore/lists"}