3.0.3 • Published 7 years ago

fmip v3.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

fmip: find my iphone

Deprecated: Broken since January 2017 due to iCloud API changes. Replaced by icloud-promise.

Get location information (and more) from an iCloud device!

As of Rev. 3.0.0 fmip is just a pimatic-phone compatible wrapper around find-my-phone. It's just work-a-round for the old API call which seams to be no longer supported with the beginning of 2017.

Limitations

  • Generates Apple alert emails on login
  • Two factor authentication not supported
  • Only one session for one account supported

Further investigation required. A reworked library supporting multiple accounts and Two Factor Authentication is in progress.

Based on Thomas Henley's iphone-finder. Thanks!

Installation

	npm install fmip

Summary

Use iCloud fmipservice to get device information.

Example

Here's a basic example using all the methods

var fmip = require('fmip');

fmip.device(apple_id, password, device, function(error, device) {
    if (error) {
        console.log(error.message);
    } else {
        console.log(device.location);
    }
});
3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago