{"id":19794221,"url":"https://github.com/deysuman/todoist-sync-node-api","last_synced_at":"2026-04-14T05:33:27.172Z","repository":{"id":116972175,"uuid":"117308423","full_name":"deysuman/Todoist-sync-node-api","owner":"deysuman","description":"React js oauth and other things","archived":false,"fork":false,"pushed_at":"2018-01-13T03:06:05.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T02:19:55.936Z","etag":null,"topics":["nodejs","react","react-native","redux"],"latest_commit_sha":null,"homepage":"","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/deysuman.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-01-13T02:52:48.000Z","updated_at":"2023-07-30T17:47:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"5108a408-4d20-4d11-8291-5f54c9019997","html_url":"https://github.com/deysuman/Todoist-sync-node-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deysuman/Todoist-sync-node-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FTodoist-sync-node-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FTodoist-sync-node-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FTodoist-sync-node-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FTodoist-sync-node-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deysuman","download_url":"https://codeload.github.com/deysuman/Todoist-sync-node-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FTodoist-sync-node-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nodejs","react","react-native","redux"],"created_at":"2024-11-12T07:12:34.230Z","updated_at":"2026-04-14T05:33:27.153Z","avatar_url":"https://github.com/deysuman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todoist Sync Node API\n[![Build Status](https://travis-ci.org/deysuman/Todoist-sync-node-api.svg?branch=master)](https://travis-ci.org/deysuman/Todoist-sync-node-api)\n\n\nA wrapper around the [Todoist Sync API](https://developer.todoist.com/?shell#api-overview) written in Javascript.\n\nWhen a method on a resource is called (e.g. projects, items) a command is created and added to a queue. To send these commands to the Todist Sync API the commit method must be called.\n\nEach method called on a resource returns the local temp_id for that command. This allows multiple resources to be created in a single command. This is especially useful when you wish to create resources which depend on each other in a single request.\n\nCurrently supported features:\n- [x] Projects\n- [x] Items\n- [x] OAuth\n\nUpcoming features (The todoist user type required):\n- [ ] User - Free\n- [ ] Sharing - Free\n- [ ] Labels - Premium\n- [ ] Notes - Premium\n- [ ] Filters - Premium\n- [ ] Reminders - Premium\n\n\n# Setup\nInstead of installing any dependencies locally we'll use docker instead.\n\nTo build the image run `docker build -t todoist .`\n\nThen create the container and create a volume so that changes on the host machine are also updated in docker.\n`docker run -td -P --name todoist-container -v \u003cYOUR_PROJECT_PATH_HERE\u003e:/todoist todoist`\n\nThen to run bash inside the container run `docker exec -it todoist-container bash`.\n\nChange directory into the `todoist` folder and run `npm i` to install the node modules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeysuman%2Ftodoist-sync-node-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeysuman%2Ftodoist-sync-node-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeysuman%2Ftodoist-sync-node-api/lists"}