# @hoodie/store

> Hoodie Store core module

Latest version **1.0.4** (published 2016-09-05) · Apache-2.0 license · 0 weekly downloads

## Install

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

## 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 | 1.0.4 |
| Published | 2016-09-05 |
| First published | 2016-03-21 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | The Hoodie Community and other contributors \| http://hood.ie/ |
| Maintainers | hoodie |
| Keywords | hoodie, offlinefirst, storage, sync, data |

## Links

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

## Dependencies (2)

- [@hoodie/store-client](https://npm.io/package/@hoodie/store-client.md) ^5.0.2
- [@hoodie/store-server](https://npm.io/package/@hoodie/store-server.md) ^2.0.0

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2016-09-05
- 1.0.3 — 2016-06-06
- 1.0.2 — 2016-05-09
- 1.0.1 — 2016-04-24
- 1.0.0 — 2016-03-21

## README

# hoodie-store

> Hoodie Store core module

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

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

## Usage

Start the demo server

```
npm start
```

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

## Testing

Local setup

```
git clone https://github.com/hoodiehq/hoodie-store.git
cd hoodie-store
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/store · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
