2.3.0 • Published 3 years ago

kaiware-sync v2.3.0

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

Kaiware Sync

CircleCI npm

Kaiware Sync is a web service to sync app settings across devices.

Examples

// Initialize
const sync = new KaiwareSync({
  appId: 'com.garredow.kaiware-sync-demo',
});

// Opens a new window to the login screen
await sync.signin();

// Store app data in the cloud
await sync.set({ theme: 'dark', accentColor: 'red' });

// Fetch app data
const data = await sync.get();

// Delete app data
await sync.delete();

To see an example of an app using Kaiware Sync, including logging in, check out kaiware-sync-demo.

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago