# @hoodie/account

> Hoodie Account core module

Latest version **2.1.1** (published 2017-01-25) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @hoodie/account
pnpm add @hoodie/account
yarn add @hoodie/account
bun add @hoodie/account
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2017-01-25 |
| First published | 2016-03-30 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | The Hoodie Community and other contributors \| http://hood.ie/ |
| Maintainers | hoodie |
| Keywords | hoodie, account |

## Links

- npm: https://www.npmjs.com/package/@hoodie/account
- Repository: https://github.com/hoodiehq/hoodie-account
- Homepage: https://github.com/hoodiehq/hoodie-account#readme
- Issues: https://github.com/hoodiehq/hoodie-account/issues
- npm.io page: https://npm.io/package/@hoodie/account

## Dependencies (2)

- [@hoodie/account-client](https://npm.io/package/@hoodie/account-client.md) ^5.1.0
- [@hoodie/account-server](https://npm.io/package/@hoodie/account-server.md) ^6.0.4

## Recent versions

- 2.1.1 (latest) — 2017-01-25
- 2.1.0 — 2016-11-27
- 2.0.2 — 2016-11-10
- 2.0.1 — 2016-07-19
- 2.0.0 — 2016-06-28
- 1.0.3 — 2016-06-06
- 1.0.2 — 2016-05-15
- 1.0.1 — 2016-05-09
- 1.0.0 — 2016-03-30

## README

# hoodie-account

> Hoodie Account core module

[![Build Status](https://travis-ci.org/hoodiehq/hoodie-account.svg?branch=master)](https://travis-ci.org/hoodiehq/hoodie-account)
[![Dependency Status](https://david-dm.org/hoodiehq/hoodie-account.svg)](https://david-dm.org/hoodiehq/hoodie-account)
[![devDependency Status](https://david-dm.org/hoodiehq/hoodie-account/dev-status.svg)](https://david-dm.org/hoodiehq/hoodie-account#info=devDependencies)

`hoodie-account` combines [account-client](https://github.com/hoodiehq/hoodie-account-client),
[account-server](https://github.com/hoodiehq/hoodie-account-server) and
exposes a generic account UI.

## Usage

Start the demo server

```
npm start
```

If you want to use the account module as plugin of your [Hapi](http://hapijs.com/)
server, check out [example/index.js](exmaple/index.js) to see how to register
the [account-server](https://github.com/hoodiehq/hoodie-account-server) and how
to bundle and server the [account-client](https://github.com/hoodiehq/hoodie-account-client)

## Testing

Local setup

```
git clone https://github.com/hoodiehq/hoodie-account.git
cd hoodie-account
npm install
```

Run end-to-end tests with selenium

```
npm test
```

## Contributing

Have a look at the Hoodie project's [contribution guidelines](https://github.com/hoodiehq/hoodie/blob/master/CONTRIBUTING.md).
If you want to hang out you can join our [Hoodie Community Chat](http://hood.ie/chat/).

## License

[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)

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