{"id":15649724,"url":"https://github.com/simonbs/thingsapp","last_synced_at":"2025-04-30T16:30:01.614Z","repository":{"id":144743654,"uuid":"80303879","full_name":"simonbs/thingsapp","owner":"simonbs","description":"Node module for creating todos in Things.app","archived":false,"fork":false,"pushed_at":"2017-01-28T20:08:16.000Z","size":4,"stargazers_count":39,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T17:51:13.230Z","etag":null,"topics":["macos","node","osx","things","todo"],"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/simonbs.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":"2017-01-28T18:59:54.000Z","updated_at":"2025-01-10T18:05:42.000Z","dependencies_parsed_at":"2023-04-26T18:00:46.767Z","dependency_job_id":null,"html_url":"https://github.com/simonbs/thingsapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbs%2Fthingsapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbs%2Fthingsapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbs%2Fthingsapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbs%2Fthingsapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonbs","download_url":"https://codeload.github.com/simonbs/thingsapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251742168,"owners_count":21636398,"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":["macos","node","osx","things","todo"],"created_at":"2024-10-03T12:31:23.363Z","updated_at":"2025-04-30T16:30:00.714Z","avatar_url":"https://github.com/simonbs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# thingsapp\n\nNode module for creating todos in Things.app by Cultured Code.\n\n## Installation\n\nInstall using `npm install --save git+ssh://git@github.com/simonbs/thingsapp.git`.\n\n## Usage\n\nWhen creating an instance of Things, you should pass your account ID and start index. Find these by inspecting HTTP traffic to `https://cloud.culturedcode.com` using [Charles](https://www.charlesproxy.com) or similar.\n\nThe UUID in the requests is your account ID. Consider the following call to the Things Cloud API.\n\n```\nhttps://cloud.culturedcode.com/version/1/history/THIS-IS-YOUR-ACCOUNT-ID/items?start-index=5612\n```\n\nIn above request, `THIS-IS-YOUR-ACCOUNT-ID` is your account ID and your start index is 5612. \n\nWhen you have acquired both your account ID and your start index you can use the thingsapp module as shown below.\n\n```javascript\nvar todo = {\n  title: 'Pack for vacation',\n  note: 'GoPro, selfiestick, MacBook charger and tickets'\n}\nvar things = new Things('THIS-IS-YOUR-ACCOUNT-ID', 5612)\nthings.createTodo(todo, function(err) {\n  // Handle errors.\n})\n```\n\nIn your todo you can set the `where` key to either `inbox` or `today` to specify the location of the todo. Default is the inbox.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonbs%2Fthingsapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonbs%2Fthingsapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonbs%2Fthingsapp/lists"}