# wire-webapp-core

> Wire for Web's communication core.

Latest version **0.3.1** (published 2017-06-01) · GPL-3.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install wire-webapp-core
pnpm add wire-webapp-core
yarn add wire-webapp-core
bun add wire-webapp-core
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.3.1 |
| Published | 2017-06-01 |
| First published | 2016-12-09 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+15 in 2 direct dependencies) |
| Install scripts | no |
| Maintainers | bennyn, ffflorian, herrmannplatz, lipis, wireapp-member, wireapp-owner |

## Links

- npm: https://www.npmjs.com/package/wire-webapp-core
- Repository: https://github.com/wireapp/wire-webapp-core
- Homepage: https://github.com/wireapp/wire-webapp-core#readme
- Issues: https://github.com/wireapp/wire-webapp-core/issues
- npm.io page: https://npm.io/package/wire-webapp-core

## Dependencies (10)

- [ws](https://npm.io/package/ws.md) 3.0.0
- [eslint](https://npm.io/package/eslint.md) 3.19.0
- [logdown](https://npm.io/package/logdown.md) 2.2.0
- [popsicle](https://npm.io/package/popsicle.md) 9.1.0
- [bazinga64](https://npm.io/package/bazinga64.md) 5.0.3
- [pure-uuid](https://npm.io/package/pure-uuid.md) 1.4.6
- [protobufjs](https://npm.io/package/protobufjs.md) 6.7.3
- [popsicle-status](https://npm.io/package/popsicle-status.md) 2.0.1
- [wire-webapp-cryptobox](https://npm.io/package/wire-webapp-cryptobox.md) 5.1.1
- [wire-webapp-protocol-messaging](https://npm.io/package/wire-webapp-protocol-messaging.md) 1.18.0

## Recent versions

- 0.3.1 (latest) — 2017-06-01
- 0.3.0 — 2017-06-01
- 0.2.0 — 2016-12-13
- 0.1.2 — 2016-12-12
- 0.1.0 — 2016-12-09

## README

-----

[![Greenkeeper badge](https://badges.greenkeeper.io/wireapp/wire-webapp-core.svg)](https://greenkeeper.io/)

:warning: *THIS PROJECT IS NOT OFFICIALLY SUPPORTED! ALL CODE IN HERE IS
IN DEVELOPMENT AND LIKELY TO CHANGE WITHOUT WARNING. USE AT YOUR OWN
RISK.* :warning:

-----

# Wire

This repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com.

You can find the published source code at [github.com/wireapp](https://github.com/wireapp).

For licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).

## wire-webapp-core

Wire for Web's communication core.

### Simple example

```javascript
var wire = require('wire-webapp-core');

var user = new wire.User({email: 'name@mail.com', password: 'secret'})
.login()
.then(function (service) {
  return service.conversation.sendTextMessage('conversation-id', 'Message');
});
```

---
_Source: https://npm.io/package/wire-webapp-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
