# happn-ui-module

> Happn ui component

Latest version **0.1.16** (published 2015-09-03) · 0 weekly downloads

## Install

```sh
npm install happn-ui-module
pnpm add happn-ui-module
yarn add happn-ui-module
bun add happn-ui-module
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.16 |
| Published | 2015-09-03 |
| First published | 2015-09-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+4 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | smc-tenacious |

## Links

- npm: https://www.npmjs.com/package/happn-ui-module
- npm.io page: https://npm.io/package/happn-ui-module

## Dependencies (4)

- [async](https://npm.io/package/async.md) ^0.9.0
- [happn](https://npm.io/package/happn.md) ^0.1.22
- [connect](https://npm.io/package/connect.md) ^3.3.5
- [express](https://npm.io/package/express.md) ~3.3.8

## Recent versions

- 0.1.16 (latest) — 2015-09-03

## README

happn-ui-module
==========

*This is an angular ui that allows for the exploration of a happn instance. 
To get it going:*

- (1) git clone "https://github.com/southbite/happn-ui-module.git" && cd happn-ui-module
- (2) npm install
- (3) node test/service_test

The service test starts the happn ui, and also initializes and an embedded happn service:

	var UIService = require('../lib/service');
	var HappnUI = new UIService();

	HappnUI.start({"run-happn":true}, function(e){

		if (e) return console.log('Failed: ' + e);

		console.log('ui_service started');

	});

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