cloudkitty
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

CloudKitty

Hook and Context Provider that make it easy to interact with Apple CloudKit.

Provider

import CloudKittyProvider from "cloudkitty";

// ...


<CloudKittyProvider
	token={"<Your CloudKit Token>"}
	environment="development"
	containerIdentifier="Your Container Name"
>
	<App />
</CloudKittyProvider>

Hook

import { useCloudKitty } from "cloudkitty";

// ...
const { loading, error, container, user } = useCloudKitty();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i cloudkitty

Weekly Downloads

5

Version

0.0.3

License

MIT

Unpacked Size

23.1 kB

Total Files

18

Last publish

Collaborators

  • metrue