Weisjohn Icloud Save

Access the iCloud API

Project README

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

Open Source Agenda is not affiliated with "Weisjohn Icloud" Project. README Source: weisjohn/icloud
Stars
37
Open Issues
4
Last Commit
7 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating