0.1.16 • Published 9 years ago

happn-ui-module v0.1.16

Weekly downloads
3
License
-
Repository
-
Last release
9 years ago

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

});