happn-ui-module

0.1.16 • Public • Published

happn-ui-module

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

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');

});

Readme

Keywords

none

Package Sidebar

Install

npm i happn-ui-module

Weekly Downloads

1

Version

0.1.16

License

none

Last publish

Collaborators

  • smc-tenacious