@wireapp/node-addressbook

OSX addressbook access for node

Usage no npm install needed!

<script type="module">
  import wireappNodeAddressbook from 'https://cdn.skypack.dev/@wireapp/node-addressbook';
</script>

README

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp/wire.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

Building

Building for node is done with node-gyp:

node-gyp configure
node-gyp build

Building for electron seems to require the use of electron-rebuild:

electron-rebuild -v <electron version>

Usage

See example.ts.