{"id":19706760,"url":"https://github.com/unisharp/node-checkvist-client","last_synced_at":"2026-06-16T07:31:35.990Z","repository":{"id":66292747,"uuid":"51353535","full_name":"UniSharp/node-checkvist-client","owner":"UniSharp","description":"A checkvist API wrapper for nodejs. (under development)","archived":false,"fork":false,"pushed_at":"2016-02-10T04:54:26.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T18:07:55.740Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UniSharp.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":"2016-02-09T07:55:04.000Z","updated_at":"2016-02-09T07:57:59.000Z","dependencies_parsed_at":"2023-04-30T02:16:50.703Z","dependency_job_id":null,"html_url":"https://github.com/UniSharp/node-checkvist-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UniSharp/node-checkvist-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fnode-checkvist-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fnode-checkvist-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fnode-checkvist-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fnode-checkvist-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UniSharp","download_url":"https://codeload.github.com/UniSharp/node-checkvist-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fnode-checkvist-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34394384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T21:36:56.023Z","updated_at":"2026-06-16T07:31:35.970Z","avatar_url":"https://github.com/UniSharp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CheckVist API Wrapper for node.js\n\nUnder development, this is a draft release. \n\n\n## Current Implementations:\n\n* Login API\n* Get Lists API\n* Get ListItems API\n* Update Item API\n\n\n### Usage\n\n`npm install checkvist-client`\n\n```\nconst checkvist = require('checkvist-client');\nconst credentials = {\n  username: '', // email\n  key: '', // API Key\n};\n\ncheckvist.login(credentials, (token) =\u003e {\n  checkvist.getLists({token: token}, (lists) =\u003e {\n    var listId = lists[0].id;\n\n    checkvist.getListItems({token: token, id: listId}, (tasks) =\u003e {\n      console.log(tasks);\n\n      var options = {\n        token: token,\n        checklistId: listId,\n        taskId: tasks[0].id\n      };\n      var task = {\n        'task[content]': 'updated ' + tasks[t].content,\n        'task[tags]': 'newTag'\n      }\n      checkvist.updateListItem(options, task, function(d) {console.log(d);});\n    });\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funisharp%2Fnode-checkvist-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funisharp%2Fnode-checkvist-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funisharp%2Fnode-checkvist-client/lists"}