Skip to content

Instantly share code, notes, and snippets.

@Phyks
Last active November 16, 2016 17:02
Show Gist options
  • Select an option

  • Save Phyks/c525360df2b1168e2fc4bb2e9669dd9a to your computer and use it in GitHub Desktop.

Select an option

Save Phyks/c525360df2b1168e2fc4bb2e9669dd9a to your computer and use it in GitHub Desktop.
cozysdk.defineView(
'CozyInstance',
'all',
doc => emit(doc._id, doc),
error => error && console.error(error)
)
cozysdk.queryView('CozyInstance', 'all', {}).then(
res => console.log('Get CozyInstance', res)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment