Socket
Socket
Sign inDemoInstall

apple-icloudapi

Package Overview
Dependencies
81
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    apple-icloudapi

iCloud API Wrapper


Version published
Maintainers
1
Install size
6.26 MB
Created

Readme

Source

iCloud API

Yet another iCloud API Wrapper.

Features

  • 2FA Authorization
  • Devices localization (does not include FMF)
  • Family devices support
  • Device localization address, distance & driving time

Resources

  • @matt-kruse | find-my-iphone | For FindMy service
  • @zzxx3081 | iCloud_Internal_API | For 2FA authorization

Development environment

System Requirements

Installation

npm install apple-icloudapi

And You're ready to go! :tada:

Example

var icloud = require("icloudapi");

icloud.icloudSettingsFile = "./settings.json";

icloud.getDevices((err, devices) => {
	if (err) return err;
	return console.log(devices);
	/* ^^ Returns array of devices */
})

For more information see Wiki Page

Support

If You encounter any issues, create issue and describe Your issue. You can support me on paypal, link

Create a bug report

If You see an error message, please create bug report. This would help us fixing errors in the future version of iCloud API.

Create a feature request

If You have an idea that we can add to our project, please create feature request and describe Your idea. That way we can upgrade out project over time with new ideas. Thanks! Pull requests are welcome too!

Keywords

FAQs

Last updated on 08 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc