All Projects → weisjohn → icloud

weisjohn / icloud

Licence: MIT license
Access the iCloud API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to icloud

Graph
Graph is a semantic database that is used to create data-driven applications.
Stars: ✭ 855 (+2414.71%)
Mutual labels:  icloud
Hardchoice
有时候作抉择真的很痛苦,Swift写的生活类APP
Stars: ✭ 90 (+164.71%)
Mutual labels:  icloud
Pdf Archiver
A tool for tagging files and archiving tasks.
Stars: ✭ 182 (+435.29%)
Mutual labels:  icloud
Iclouddocumentsync
Integrate iCloud into iOS document projects with one-line code methods. Sync, upload, manage, and remove documents from iCloud quickly and easily. Helps to make iCloud "just work" for developers too.
Stars: ✭ 1,124 (+3205.88%)
Mutual labels:  icloud
Swiftassetspickercontroller
A simple assets picker controller based on iOS 8 Photos framework. Supports iCloud photos and videos. It's written in Swift.
Stars: ✭ 81 (+138.24%)
Mutual labels:  icloud
Cloudkitgdpr
Framework for allowing users to manage data stored in iCloud
Stars: ✭ 126 (+270.59%)
Mutual labels:  icloud
Zephyr
Effortlessly synchronize UserDefaults over iCloud.
Stars: ✭ 722 (+2023.53%)
Mutual labels:  icloud
node-red-contrib-ical-events
Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events
Stars: ✭ 38 (+11.76%)
Mutual labels:  icloud
Tothepenny
A budget tracker app for iOS
Stars: ✭ 82 (+141.18%)
Mutual labels:  icloud
Hxphotopicker
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
Stars: ✭ 2,363 (+6850%)
Mutual labels:  icloud
Cirrus
☁️ Simple CloudKit sync for Codable Swift models
Stars: ✭ 65 (+91.18%)
Mutual labels:  icloud
Docker Icloudpd
An Alpine Linux 3.13 container for the iCloud Photos Downloader command line utility
Stars: ✭ 76 (+123.53%)
Mutual labels:  icloud
Cloudkit Demo.objective C
Stars: ✭ 133 (+291.18%)
Mutual labels:  icloud
Icloud Drive Docker
Dockerized iCloud drive
Stars: ✭ 33 (-2.94%)
Mutual labels:  icloud
Cloudkit Demo.swift
Stars: ✭ 244 (+617.65%)
Mutual labels:  icloud
Fileprovider
FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
Stars: ✭ 724 (+2029.41%)
Mutual labels:  icloud
Fcuuid
iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor. 📱
Stars: ✭ 1,387 (+3979.41%)
Mutual labels:  icloud
NAS-Nav-iCloud
NAS-Nav导航仿iCloud风格
Stars: ✭ 25 (-26.47%)
Mutual labels:  icloud
icloud3
iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.
Stars: ✭ 304 (+794.12%)
Mutual labels:  icloud
React Native Icloudstore
A drop in replacement for React Native's AsyncStorage API that wraps the iCloud Ubiquitous Key-Value Store.
Stars: ✭ 143 (+320.59%)
Mutual labels:  icloud

icloud

Access the iCloud API

usage

var icloud = require('icloud');

var instance = icloud();
instance.login("username", "password", function(err) {
    if (err) return console.log('login failed');
    instance.contacts(function(err, results) {
        if (err) return console.log('failed to fetch contacts');
        console.log(results.contacts);
    });
});

services

Contacts is the only service implemented so far. Pull-requests welcome.

credits

The implementation is heavily inspired by pycloud

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].