0.2.5 β€’ Published 12 months ago

node-mac-icloud-keyvalue v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

MIT license

nsUbiquitousKeyValueStore

npm install --save node-mac-icloud-keyvalue

node-mac-icloud-keyvalue is a native Node.js module that allows you to read/write to NSUbiquitousKeyValueStore. It functions similarly to UserDefaults and other simple key/value stores. The advantage to using NSUbiquitousKeyValueStore is that it automatically syncs via iCloud for the user account currently signed in to iCloud.

This means you can store things you want synced across all instances of your app, on the Mac and on iOS.

License

This program is free software; it is distributed under an MIT License.

This library is based on code in Shelley Vohr’s node-mac-userdefaults. Thanks Shelley! πŸ™πŸ»


Copyright (c) 2022 Octopus Think (Contributors).

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago