Skip to content

A service to sync app settings and other simple data across devices.

License

Notifications You must be signed in to change notification settings

garredow/kaiware-sync

Repository files navigation

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.

About

A service to sync app settings and other simple data across devices.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published