New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apple-icloudapi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apple-icloudapi

iCloud API Wrapper

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 08 Nov 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc