{"id":13582912,"url":"https://github.com/weisjohn/icloud","last_synced_at":"2025-04-09T22:21:51.337Z","repository":{"id":21536895,"uuid":"24856405","full_name":"weisjohn/icloud","owner":"weisjohn","description":"Access the iCloud API","archived":false,"fork":false,"pushed_at":"2017-05-04T19:53:55.000Z","size":5,"stargazers_count":37,"open_issues_count":4,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-23T16:21:22.541Z","etag":null,"topics":["icloud","nodejs"],"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/weisjohn.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":"2014-10-06T17:35:58.000Z","updated_at":"2023-11-27T06:00:12.000Z","dependencies_parsed_at":"2022-07-23T07:46:23.679Z","dependency_job_id":null,"html_url":"https://github.com/weisjohn/icloud","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/weisjohn%2Ficloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisjohn%2Ficloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisjohn%2Ficloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisjohn%2Ficloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weisjohn","download_url":"https://codeload.github.com/weisjohn/icloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120284,"owners_count":21050919,"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":["icloud","nodejs"],"created_at":"2024-08-01T15:03:07.231Z","updated_at":"2025-04-09T22:21:51.314Z","avatar_url":"https://github.com/weisjohn.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"icloud\n======\n\nAccess the iCloud API\n\n### usage \n\n```javascript\nvar icloud = require('icloud');\n\nvar instance = icloud();\ninstance.login(\"username\", \"password\", function(err) {\n    if (err) return console.log('login failed');\n    instance.contacts(function(err, results) {\n        if (err) return console.log('failed to fetch contacts');\n        console.log(results.contacts);\n    });\n});\n```\n\n### services\n\nContacts is the only service implemented so far. Pull-requests welcome.\n\n\n### credits\n\nThe implementation is heavily inspired by [pycloud](https://github.com/picklepete/pyicloud/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweisjohn%2Ficloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweisjohn%2Ficloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweisjohn%2Ficloud/lists"}